We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554965c commit a48fe70Copy full SHA for a48fe70
gradle.properties
@@ -3,6 +3,7 @@ org.gradle.parallel=true
3
org.gradle.caching=true
4
5
kotlin.code.style=official
6
+
7
# Prevents kapt from being incremental: https://youtrack.jetbrains.com/issue/KT-33056
8
# kapt.use.worker.api=true
9
@@ -15,5 +16,6 @@ android.namespacedRClass=true
15
16
android.enableR8.fullMode=true
17
android.useMinimalKeepRules=true
18
android.enableSeparateAnnotationProcessing=true
19
+android.bundle.enableUncompressedNativeLibs=false
20
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.enableR8.fullMode,\
21
android.namespacedRClass,android.useMinimalKeepRules,android.enableSeparateAnnotationProcessing
0 commit comments