Skip to content

Commit

Permalink
Merge branch 'hotfix/addGradleComposeCompatibility' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluchu committed Jul 8, 2023
2 parents a28047b + 763d8eb commit 7b94efd
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 7b94efd

Please sign in to comment.