Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Oct 24, 2023
1 parent 39cfba7 commit f503c69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
6 changes: 1 addition & 5 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.multiplatform.get()
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}

signingConfigs {
Expand All @@ -67,10 +67,6 @@ android {
}
}

compose {
kotlinCompilerPlugin.set(libs.versions.compose.multiplatform.get())
}

dependencies {
implementation(project(":shared"))
implementation(project(":sharedUI"))
Expand Down
11 changes: 6 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kermit = "2.0.0-RC5"
koin = "3.4.2"
koin-android = "3.4.2"
koin-compose = "3.4.5"
kotlin = "1.9.0"
kotlin = "1.9.10"
nav-compose = "2.7.1"
slf4jNop = "2.0.6"
turbine = "1.0.0"
Expand All @@ -33,12 +33,13 @@ rss-parser = "6.0.2"
accompanist = "0.28.0"
jsoup = "1.15.3"
triplet-play = "3.8.1"
compose-multiplatform = "1.5.0"
compose-multiplatform = "1.5.1"
compose-compiler = "1.5.3"
decompose = "1.0.0"
jsystem-theme-detector = "3.6"
native-coroutines = "1.0.0-ALPHA-17"
ksp = "1.9.0-1.0.12"
compose-image-loader = "1.4.2"
native-coroutines = "1.0.0-ALPHA-18"
ksp = "1.9.10-1.0.13"
compose-image-loader = "1.6.7"
multiplatform-settings = "1.0.0"
moko-resources = "0.23.0"
crashlytics = "18.4.0"
Expand Down
2 changes: 1 addition & 1 deletion iosApp/FeedFlow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
requirement = {
kind = exactVersion;
version = "1.0.0-ALPHA-17";
version = "1.0.0-ALPHA-18";
};
};
CC4B803929D98BB20004A0AB /* XCRemoteSwiftPackageReference "Nuke" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/rickclephas/KMP-NativeCoroutines.git",
"state" : {
"revision" : "873263c0410337632cbda63ed712dffca8d4ae53",
"version" : "1.0.0-ALPHA-17"
"revision" : "7f2c99fb4a93dcd5327fafd577aa3cd7fff47a30",
"version" : "1.0.0-ALPHA-18"
}
},
{
Expand Down

0 comments on commit f503c69

Please sign in to comment.