android-template
android-template copied to clipboard
Android app starter template
Hi, I downloaded the zip and tried to use the script to create a new project but I get an error: ``` $ ./newproject.sh -p com.example.project -t Project ./newproject.sh: 71:...
Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100% Welcome to Gradle 7.4.2! Here are the highlights of this release: - Aggregated test and JaCoCo reports - Marking additional test source directories as tests in IntelliJ...
Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100% Welcome to Gradle 7.4.2! Here are the highlights of this release: - Aggregated test and JaCoCo reports - Marking additional test source directories as tests in IntelliJ...
When I run gradle clean build in the template directory Then I get the following error ``` lint-checks/src/main/java/io/bloco/template/lintchecks/MissingExcludePreviewAnnotationDetector.kt:57:33 Unresolved reference: CUSTOM_LINT_CHECKS > Task :core:data:compileKotlin w: Opt-in requirement marker kotlin.Experimental is...