Skip to content

Commit

Permalink
Remove composeOptions block (#123)
Browse files Browse the repository at this point in the history
Removed the composeOptions block and added a top level composeCompiler
configuration block.
  • Loading branch information
Rahkeen authored Aug 21, 2024
1 parent 409321a commit d1298a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.composeCompilerExtension.get()
}
packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
}

composeCompiler {
enableStrongSkippingMode = true
}

emerge {
snapshots {
tag.set("snapshot")
Expand Down

0 comments on commit d1298a9

Please sign in to comment.