this.... might be off topic, but if I want to subm...
# getting-started
h
this.... might be off topic, but if I want to submit my source code and a build script with everything needed to build the project, and want to use gradle to handle all dependencies, so that what I provide requires the user to have neither gradle nor kotlin installed on their system already to compile my source code, I believe that entails simply including the gradle wrapper, and build.gradle... correct?