Skip to content

Commit

Permalink
Fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed May 26, 2023
1 parent b74c54f commit 521d989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ subprojects {
if (hasCompose) {
dependencies {
add(PLUGIN_CLASSPATH_CONFIGURATION_NAME, libs.androidx.compose.compiler)
add(NATIVE_COMPILER_PLUGIN_CLASSPATH_CONFIGURATION_NAME, libs.androidx.compose.compiler)
// add(NATIVE_COMPILER_PLUGIN_CLASSPATH_CONFIGURATION_NAME, libs.androidx.compose.compiler)
}
}

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ coil = "2.4.0"
compose-animation = "1.4.3"
# Pre-release versions for testing Kotlin previews can be found here
# https://androidx.dev/storage/compose-compiler/repository
compose-compiler = "1.4.7"
composeCompilerKotlinVersion = "1.8.21"
compose-compiler = "1.4.6"
composeCompilerKotlinVersion = "1.8.20"
compose-foundation = "1.4.3"
compose-material = "1.4.3"
compose-material3 = "1.1.0"
Expand All @@ -28,10 +28,10 @@ detekt = "1.23.0"
dokka = "1.8.10"
eithernet = "1.4.0"
jdk = "19"
kotlin = "1.8.21"
kotlin = "1.8.20"
kotlinpoet = "1.13.2"
kotlinx-coroutines = "1.7.1"
ksp = "1.8.21-1.0.11"
ksp = "1.8.20-1.0.11"
ktfmt = "0.44"
leakcanary = "2.11"
material = "1.6.1"
Expand Down

0 comments on commit 521d989

Please sign in to comment.