Skip to content

Commit

Permalink
Update Multik version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devcrocod committed Feb 6, 2024
1 parent 8059f7f commit b147bec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ repositories {
}
dependencies {
implementation "org.jetbrains.kotlinx:multik-core:0.2.2"
implementation "org.jetbrains.kotlinx:multik-default:0.2.2"
implementation "org.jetbrains.kotlinx:multik-core:0.2.3"
implementation "org.jetbrains.kotlinx:multik-default:0.2.3"
}
```

Expand All @@ -40,8 +40,8 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlinx:multik-core:0.2.2")
implementation("org.jetbrains.kotlinx:multik-default:0.2.2")
implementation("org.jetbrains.kotlinx:multik-core:0.2.3")
implementation("org.jetbrains.kotlinx:multik-default:0.2.3")
}
```

Expand All @@ -52,7 +52,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:multik-core:0.2.2")
implementation("org.jetbrains.kotlinx:multik-core:0.2.3")
}
}
}
Expand All @@ -66,7 +66,7 @@ kotlin {
sourceSets {
val jvmName by getting {
dependencies {
implementation("org.jetbrains.kotlinx:multik-core-jvm:0.2.2")
implementation("org.jetbrains.kotlinx:multik-core-jvm:0.2.3")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
multik_version=0.2.2
multik_version=0.2.3

# Kotlin
systemProp.kotlin_version=1.9.22
Expand Down

0 comments on commit b147bec

Please sign in to comment.