File tree Expand file tree Collapse file tree 8 files changed +10
-20
lines changed Expand file tree Collapse file tree 8 files changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ repositories {
2121 gradlePluginPortal()
2222}
2323
24- application {
25- // Define the main class for the application.
26- mainClassName = " MainKt"
27- }
28-
2924dependencies {
3025 // implementation(kotlin("stdlib"))
3126 // implementation("org.slf4j:slf4j-api:1.7.36")
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11rootProject.name = " app"
2- // https://docs.gradle.org/7.0/release-notes.html
3- enableFeaturePreview(" VERSION_CATALOGS" )
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import org.jetbrains.kotlin.config.KotlinCompilerVersion
33import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
44
55plugins {
6- val kotlinVersion = " 1.8.21 "
6+ val kotlinVersion = " 2.1.10 "
77 kotlin(" multiplatform" ).version(kotlinVersion)
88 kotlin(" plugin.serialization" ).version(kotlinVersion)
9- id(" com.github.ben-manes.versions" ).version(" 0.46 .0" )
9+ id(" com.github.ben-manes.versions" ).version(" 0.52 .0" )
1010}
1111
1212repositories {
@@ -24,8 +24,8 @@ kotlin {
2424 implementation(libs.bignum)
2525 implementation(libs.kbignum)
2626 // implementation("com.ionspin.kotlin:bignum:0.3.1")
27- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " )
28- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5 .0" )
27+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 " )
28+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8 .0" )
2929 }
3030 }
3131 }
@@ -41,8 +41,7 @@ kotlin {
4141//
4242kotlin.targets.withType(KotlinNativeTarget ::class .java) {
4343 binaries.all {
44- binaryOptions[" memoryModel" ] = " experimental"
45- // freeCompilerArgs += "-Xruntime-logs=gc=info"
44+ freeCompilerArgs + = " opt"
4645 }
4746}
4847
Original file line number Diff line number Diff line change 11https.protocols =TLSv1.2,TLSv1.3
22kotlin.mpp.stability.nowarn =true
3- kotlin.native.binary.memoryModel =experimental
Original file line number Diff line number Diff line change 11[versions ]
22
33[libraries ]
4- bignum = {module = " com.ionspin.kotlin:bignum" , version = " 0.3.8 " }
5- kbignum = {module = " com.soywiz.korlibs.kbignum:kbignum" , version = " 3. 4.0" }
4+ bignum = {module = " com.ionspin.kotlin:bignum" , version = " 0.3.10 " }
5+ kbignum = {module = " com.soywiz.korlibs.kbignum:kbignum" , version = " 4.0.10 " }
66
77[bundles ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1- // https://docs.gradle.org/7.0/release-notes.html
2- enableFeaturePreview(" VERSION_CATALOGS" )
1+
You can’t perform that action at this time.
0 commit comments