We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e79f91 commit 5a788bdCopy full SHA for 5a788bd
.gitignore
@@ -18,3 +18,4 @@ app-clean/
18
local.properties
19
app.run.xml
20
release/
21
+.kotlin/
app/build.gradle.kts
@@ -19,6 +19,7 @@ android {
buildFeatures {
viewBinding = true
compose = true
22
+ buildConfig = true
23
}
24
25
defaultConfig {
gradle.properties
@@ -1,7 +1,5 @@
1
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2
android.useAndroidX=true
3
-#kotlin.code.style=official
4
android.enableJetifier=true
5
-android.defaults.buildfeatures.buildconfig=true
6
android.nonTransitiveRClass=false
7
android.nonFinalResIds=false
0 commit comments