File tree Expand file tree Collapse file tree
samples/client/petstore/kotlin-multiplatform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 5.2.1
1+ 5.3.0-SNAPSHOT
Original file line number Diff line number Diff line change 22
33## Requires
44
5- * Kotlin 1.5.31
5+ * Kotlin 1.5.10
66
77## Build
88
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
22
33plugins {
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
88group = " org.openapitools"
99version = " 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
1616repositories {
1717 mavenCentral()
Original file line number Diff line number Diff line change 1+ enableFeaturePreview(" GRADLE_METADATA" )
12rootProject.name = " kotlin-client-petstore-multiplatform"
You can’t perform that action at this time.
0 commit comments