Skip to content

Commit 06a971a

Browse files
committed
update samples
1 parent 3fc5b46 commit 06a971a

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.1
1+
5.3.0-SNAPSHOT

samples/client/petstore/kotlin-multiplatform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requires
44

5-
* Kotlin 1.5.31
5+
* Kotlin 1.5.10
66

77
## Build
88

samples/client/petstore/kotlin-multiplatform/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
22

33
plugins {
4-
kotlin("multiplatform") version "1.5.31" // kotlin_version
5-
kotlin("plugin.serialization") version "1.5.31" // kotlin_version
4+
kotlin("multiplatform") version "1.5.10" // kotlin_version
5+
kotlin("plugin.serialization") version "1.5.10" // kotlin_version
66
}
77

88
group = "org.openapitools"
99
version = "1.0.0"
1010

11-
val kotlin_version = "1.5.31"
12-
val coroutines_version = "1.5.1"
13-
val serialization_version = "1.2.2"
14-
val ktor_version = "1.6.3"
11+
val kotlin_version = "1.5.10"
12+
val coroutines_version = "1.5.0"
13+
val serialization_version = "1.2.1"
14+
val ktor_version = "1.6.0"
1515

1616
repositories {
1717
mavenCentral()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
enableFeaturePreview("GRADLE_METADATA")
12
rootProject.name = "kotlin-client-petstore-multiplatform"

0 commit comments

Comments
 (0)