Skip to content

Commit

Permalink
Update to use correct compose compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Dec 18, 2023
1 parent ecc2e54 commit 2e194fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.4-dev-k1.9.20-50f08dfa4b4"
kotlinCompilerExtensionVersion = "1.5.5"
}
namespace = "com.vickikbt.notflix"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "1.9.20"
gradle = "8.1.0"
ktLint = "11.6.0"
detekt = "1.19.0"
gradleVersionUpdate = "0.42.0"
gradleVersionUpdate = "0.48.0"
googleServices = "4.3.14"
firebaseAppDistribution = "3.0.3"
firebaseCrashlytics = "2.9.2"
Expand All @@ -19,7 +19,7 @@ koinAndroidxCompose = "3.4.5"
kotlinxSerializationJson = "1.6.0"
kotlinxDateTime = "0.4.1"
napier = "2.6.1"
ktor = "2.3.4"
ktor = "2.3.6"
sqlDelight = "1.5.5"
multiplatformSettings = "0.8.1"
kmpNativeCoroutines = "0.12.1-new-mm"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://jitpack.io") }
maven(url = "https://androidx.dev/storage/compose-compiler/repository")
}
}

Expand Down

0 comments on commit 2e194fd

Please sign in to comment.