Skip to content

Commit

Permalink
[fix/#24] compose compiler 버전 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnseo committed Jan 7, 2024
1 parent e2fc1cc commit 0da361f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ internal fun ApplicationExtension.configureDefault() {

kotlinOptions {
jvmTarget = Constants.jvmVersion
freeCompilerArgs += listOf(
"-Xallow-jvm-ir-dependencies",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.8.20",
)

}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class AndroidLibraryPlugin : Plugin<Project> {

kotlinOptions {
jvmTarget = Constants.jvmVersion
freeCompilerArgs += listOf(
"-Xallow-jvm-ir-dependencies",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.8.20",
)
}
}

Expand Down

0 comments on commit 0da361f

Please sign in to comment.