Skip to content

Commit

Permalink
Merge pull request #60 from mshdabiola/bugfix/remove_kotin
Browse files Browse the repository at this point in the history
chore: Downgrade Kotlin and KSP versions
  • Loading branch information
mshdabiola authored Nov 29, 2024
2 parents 9fcac02 + 0c00592 commit 8e1bba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/dependencies/fossReliantReleaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ org.jetbrains.compose.runtime:runtime:1.6.11
org.jetbrains.compose.ui:ui-util:1.6.11
org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.24
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0
org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21
org.jetbrains.kotlin:kotlin-stdlib:2.1.0
org.jetbrains.kotlin:kotlin-stdlib:2.0.21
org.jetbrains.kotlinx:atomicfu-jvm:0.17.0
org.jetbrains.kotlinx:atomicfu:0.17.0
org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.7
Expand Down
4 changes: 2 additions & 2 deletions app/dependencies/googlePlayReleaseRuntimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ org.jetbrains.compose.runtime:runtime:1.6.11
org.jetbrains.compose.ui:ui-util:1.6.11
org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.24
org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.24
org.jetbrains.kotlin:kotlin-stdlib-common:2.1.0
org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22
org.jetbrains.kotlin:kotlin-stdlib:2.1.0
org.jetbrains.kotlin:kotlin-stdlib:2.0.21
org.jetbrains.kotlinx:atomicfu-jvm:0.17.0
org.jetbrains.kotlinx:atomicfu:0.17.0
org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:0.3.7
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ googleOssPlugin = "0.10.6"
hilt = "2.52"
hiltExt = "1.2.0"
junit4 = "4.13.2"
kotlin = "2.1.0"
kotlin = "2.0.21"
kotlinxCoroutines = "1.9.0"
kotlinxDatetime = "0.6.1"
kotlinxSerializationJson = "1.7.2"
protobuf = "4.26.0"
protobufPlugin = "0.9.4"
ksp = "2.1.0-1.0.29"
ksp = "2.0.21-1.0.28"
moduleGraph = "2.6.0"
poi = "5.3.0"
room = "2.7.0-alpha11"
Expand Down

0 comments on commit 8e1bba9

Please sign in to comment.