Adding Gradle Wrapper in the project
To reduce incompatibility risks between / Gradle versions/ Java toolchains/ Kotlin plugin versions, it might be worth building the project with Gradle Wrapper.
"Gradle Wrapper is always the recommended way to build to ensure a controlled and standardised execution of a project". If the README instructions don't mention it, a novice user might not generate the gradlew wrapper locally. Instead, it might be good providing the gradlew or gradlew.bat scripts, and the .gradle/wrapper/ directory in the Git repository , so users don’t have to generate anything at all.