File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 46
46
}
47
47
48
48
# This is generated automatically by the Android Gradle plugin.
49
+ -dontwarn kotlinx.serialization.KSerializer
50
+ -dontwarn kotlinx.serialization.Serializable
51
+ -dontwarn kotlinx.serialization.descriptors.PrimitiveKind$STRING
52
+ -dontwarn kotlinx.serialization.descriptors.PrimitiveKind
53
+ -dontwarn kotlinx.serialization.descriptors.SerialDescriptor
54
+ -dontwarn kotlinx.serialization.descriptors.SerialDescriptorsKt
55
+ -dontwarn kotlinx.serialization.internal.AbstractPolymorphicSerializer
49
56
-dontwarn org.bouncycastle.jsse.BCSSLParameters
50
57
-dontwarn org.bouncycastle.jsse.BCSSLSocket
51
58
-dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
14
14
# Enable AndroidX
15
15
android.useAndroidX =true
16
16
17
- # Use R8 instead of ProGuard for code shrinking.
18
- android.enableR8.fullMode =true
19
-
20
- # Enable non-transitive R class namespacing where each library only contains
21
- # references to the resources it declares instead of declarations plus all
22
- # transitive dependency references.
23
- android.nonTransitiveRClass =true
24
-
25
17
# Default Android build features
26
18
android.defaults.buildfeatures.buildconfig =false
27
19
android.defaults.buildfeatures.resvalues =false
@@ -31,6 +23,14 @@ android.library.defaults.buildfeatures.androidresources=false
31
23
# Run Lint on K2
32
24
android.lint.useK2Uast =true
33
25
26
+ # Experimental features
27
+ android.useConditionalKeepRules =true
28
+ android.keepWorkerActionServicesBetweenBuilds =true
29
+ android.enablePartialRIncrementalBuilds =true
30
+
31
+ # TODO remove once https://issuetracker.google.com/issues/313495194 is fixed
32
+ android.enableNewResourceShrinker.preciseShrinking =false
33
+
34
34
# do not import irrelevant source sets
35
35
import_orphan_source_sets =false
36
36
You can’t perform that action at this time.
0 commit comments