android/gradle/wrapper only held the properties file, so the project could not be built from the command line at all. Generate the wrapper for the pinned 8.11.1 distribution and ignore the .kotlin scratch dir.
22 lines
265 B
Plaintext
22 lines
265 B
Plaintext
*.iml
|
|
.gradle/
|
|
/local.properties
|
|
/.idea/
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
/app/build/
|
|
|
|
# Local build artifacts
|
|
*.apk
|
|
|
|
# Signing — never commit the keystore or its passwords
|
|
keystore.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Gradle build scratch
|
|
.kotlin/
|