Skip to content

Commit

Permalink
[Oztechan/CCC#1948] Kotlin 1.8.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Feb 7, 2023
1 parent 2e7db9c commit 8b81dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

kotlin = "1.7.22"
kotlin = "1.8.0"
kover = "0.6.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion scopemob/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin {
iosArm64()
iosSimulatorArm64()

js()
js(IR)

@Suppress("UNUSED_VARIABLE")
sourceSets {
Expand Down

0 comments on commit 8b81dbc

Please sign in to comment.