We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7c9b7 commit c3261b4Copy full SHA for c3261b4
2 files changed
samples/compose-android/build.gradle.kts
@@ -14,6 +14,8 @@ androidApplication(name = "sample.compose.android") {
14
release {
15
isDebuggable = false
16
isMinifyEnabled = false
17
+ // Necessary to support baseline profile generation.
18
+ //noinspection NotShrinkingResources
19
isShrinkResources = false
20
signingConfig = signingConfigs["debug"]
21
}
samples/view/build.gradle.kts
@@ -9,6 +9,8 @@ androidApplication(name = "sample.view") {
9
10
11
12
13
0 commit comments