Skip to content

Commit

Permalink
Include in gradle Compose Compiler and enable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Jul 8, 2023
1 parent a28047b commit 763d8eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jchucomponents-prefs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ android {
consumerProguardFiles "consumer-rules.pro"
}

buildFeatures.compose = true
composeOptions.kotlinCompilerExtensionVersion = "1.4.7"

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 763d8eb

Please sign in to comment.