We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098cf76 commit db9dcd8Copy full SHA for db9dcd8
shared/ui/build.gradle.kts
@@ -15,6 +15,7 @@ kotlin {
15
compileSdk = libs.versions.compileSdk.get().toInt()
16
namespace = "dev.dimension.flare.shared.ui"
17
minSdk = libs.versions.minSdk.get().toInt()
18
+ experimentalProperties["android.experimental.kmp.enableAndroidResources"] = true
19
}
20
21
shared/ui/component/build.gradle.kts
@@ -16,6 +16,7 @@ kotlin {
namespace = "dev.dimension.flare.shared.ui.component"
jvm()
22
0 commit comments