Skip to content

Commit

Permalink
Merge pull request #170 from joreilly/dependency_updates
Browse files Browse the repository at this point in the history
dependency updates
  • Loading branch information
joreilly authored Nov 4, 2023
2 parents c80cc2b + 1cf0dd2 commit b4139e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plugins {
id("com.rickclephas.kmp.nativecoroutines")
}

kotlin {
jvmToolchain(17)
}

android {
compileSdk = libs.versions.compileSdk.get().toInt()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ koin = "3.5.0"
koinCompose = "3.5.0"
ktor = "2.3.5"
slf4j = "2.0.9"
realm = "1.11.1"
realm = "1.12.0"
kmpNativeCoroutines = "1.0.0-ALPHA-19"

androidxActivity = "1.8.0"
Expand Down

0 comments on commit b4139e0

Please sign in to comment.