Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Jun 18, 2024
1 parent 1e650b6 commit 97d3ea5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ kotlin {
}
}

kotlin.sourceSets.all {
languageSettings.optIn("kotlin.experimental.ExperimentalObjCName")
}
//kotlin.sourceSets.all {
// languageSettings.optIn("kotlin.experimental.ExperimentalObjCName")
//}

skie {
features {
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.6.3"
kotlinx-dateTime = "0.6.0"

androidGradlePlugin = "8.2.2"
androidGradlePlugin = "8.5.0"
koalaplot = "0.5.3"
koin = "3.6.0-Beta4"
koinCompose = "3.6.0-Beta4"
koinComposeMultiplatform = "1.2.0-Beta4"
ktor = "2.3.11"
slf4j = "2.0.12"
skie = "0.8.0"
slf4j = "2.0.13"
skie = "0.8.2"
datastore = "1.1.1"

androidxActivity = "1.9.0"
androidxComposeBom = "2024.05.00"
androidxNavigationCompose = "2.8.0-beta01"
androidxLifecycle = "2.8.0"
androidxRoom = "2.7.0-alpha02"
androidxComposeBom = "2024.06.00"
androidxNavigationCompose = "2.8.0-beta03"
androidxLifecycle = "2.8.2"
androidxRoom = "2.7.0-alpha04"
sqlite = "2.5.0-SNAPSHOT"
compose-plugin = "1.6.10"
compose-plugin = "1.6.11"
accompanist = "0.32.0"
coilCompose = "2.6.0"
image-loader = "1.7.8"
Expand Down

0 comments on commit 97d3ea5

Please sign in to comment.