Skip to content

Commit

Permalink
Update compose compiler version and suppress compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-gnm committed May 13, 2024
1 parent 53f376e commit afe3a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ private fun Project.setupKotlinCompilerOptions() {
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
"-opt-in=kotlinx.coroutines.FlowPreview",
"-opt-in=androidx.compose.material3.ExperimentalMaterial3Api",
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=${libs.findVersion("kotlin").get()}",
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kotlinter = "3.15.0"
#kotlinter = "4.3.0"
# Check kotlin-compose compiler compatibility chart here:
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
compose-compiler = "1.5.11"
compose-compiler = "1.5.13"

activity = "1.9.0"
appcompat = "1.6.1"
Expand Down

0 comments on commit afe3a5a

Please sign in to comment.