Skip to content

Commit 83a9b54

Browse files
Build issue fixed 1.
1 parent 140d855 commit 83a9b54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

coremodule/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ android {
3131
kotlinOptions {
3232
jvmTarget = "1.8"
3333
}
34+
35+
buildFeatures {
36+
compose = true
37+
}
38+
39+
composeOptions {
40+
kotlinCompilerExtensionVersion = "1.5.10"
41+
}
3442
}
3543

3644
publishing {

0 commit comments

Comments
 (0)