Our Android template: CoroutineTemplate
- Clone or download this repository to your local machine, then extract and open the folder
- Install Kscript
- Run
kscript new_project.kts
to create a new project with the following arguments:
package-name= New package name (i.e. com.example.package)
app-name= New app name (i.e. MyApp, "My App")
Example: kscript new_project.kts package-name=co.myproject.example app-name="My Project"
- Update
android_version_code
andandroid_version_name
inCoroutineTemplate/build.gradle
This project is maintained and funded by Nimble.
Learn more about our Android templates on the Wiki.