Skip to content

Commit ef853d8

Browse files
committed
enable compose
1 parent 668f6fa commit ef853d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android-design-system/design-system-internal/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ android {
3030
baseline = file("lint-baseline.xml")
3131
}
3232
namespace 'com.duckduckgo.common.ui.internal'
33+
34+
buildFeatures {
35+
compose true
36+
}
37+
38+
composeOptions {
39+
kotlinCompilerExtensionVersion = "_"
40+
}
3341
}
3442

3543
dependencies {

0 commit comments

Comments
 (0)