migrate to kotlin 2.0.21 and ktor 2.3.12
This commit is contained in:
parent
de3baedf0c
commit
49fae38b7d
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
|||||||
/build/classes/kotlin/jvm/main/
|
/build/classes/kotlin/jvm/main/
|
||||||
/build/classes/kotlin/jvm/test/
|
/build/classes/kotlin/jvm/test/
|
||||||
/.idea
|
/.idea
|
||||||
|
/.kotlin/
|
||||||
|
/.gigaide/gigaide.properties
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform") version "1.7.21"
|
kotlin("multiplatform") version "2.0.21"
|
||||||
kotlin("plugin.serialization") version "1.7.21"
|
kotlin("plugin.serialization") version "2.0.21"
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
}
|
}
|
||||||
|
|
||||||
val ktor_version="2.1.1"
|
val ktor_version="2.3.12"
|
||||||
val logback_version="1.2.10"
|
val logback_version="1.2.10"
|
||||||
|
|
||||||
|
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
version = "0.2.6"
|
version = "0.2.8-SNAPSHOT"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
||||||
kotlin.native.enableDependencyPropagation=false
|
|
||||||
kotlin.js.generate.executable.default=false
|
kotlin.js.generate.executable.default=false
|
||||||
|
Loading…
Reference in New Issue
Block a user