Skip to content

Commit

Permalink
chore(#99): bump kotlin and other version
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Dec 24, 2023
1 parent d0f772a commit 2c7d226
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "SNAPSHOT"

kotlin {
jvm()
android()
androidTarget()

jvmToolchain(19)
}
Expand Down
2 changes: 1 addition & 1 deletion feature/authorization/dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin {
jvm {
jvmToolchain(11)
}
android()
androidTarget()

sourceSets {
val jvmMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion feature/timers/dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin {
jvm {
jvmToolchain(11)
}
android()
androidTarget()

sourceSets {
val jvmMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion feature/users/dependencies/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin {
jvm {
jvmToolchain(11)
}
android()
androidTarget()

sourceSets {
val jvmMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion foundation/mvi/koin-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

kotlin {
jvm()
android()
androidTarget()

sourceSets {
val androidMain by getting {
Expand Down
2 changes: 1 addition & 1 deletion foundation/viewmodel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

kotlin {
jvm()
android()
androidTarget()

sourceSets {
val jvmMain by getting
Expand Down
19 changes: 9 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
[versions]
kotlin = "1.8.20"
kotlinx-coroutines = "1.7.1"
kotlin = "1.9.10"
kotlinx-coroutines = "1.7.3"
kotlinx-serialization = "1.5.0"
ktor = "2.0.1"
kafka = "3.3.1"
jupiter = "5.8.2"
exposed = "0.41.1"
kmongo = "4.8.0"
androidGradlePlugin = "8.0.2"
androidComposeVersion = "2.6.1"
jetpackComposeCompilerVersion = "1.4.6"
jetbrainsCompose = "1.5.0-beta01"
androidGradlePlugin = "8.1.2"
androidComposeVersion = "2.6.2"
jetpackComposeCompilerVersion = "1.5.3"
jetbrainsCompose = "1.5.2"
timeMatesSdk = "dev-ede0c538935ec8f2c452d7cfb4d6747a1a1c81c7"
ksp = "1.8.20-1.0.11"
ksp = "1.9.10-1.0.13"
android-target = "34"
android-min = "24"
koin = "3.4.2"
koin-annotations = "1.2.2"
decompose = "2.0.0-beta-01"
sqldelight = "2.0.0-alpha05"
sqldelight = "2.0.0"
moko-resources = "0.23.0"
jna = "5.13.0"
core-ktx = "1.10.1"
core-ktx = "1.12.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion style-system/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

kotlin {
jvm()
android()
androidTarget()

sourceSets {
val commonMain by getting {
Expand Down

0 comments on commit 2c7d226

Please sign in to comment.