File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
5
5
import org.jetbrains.kotlin.gradle.dsl.ExplicitApiMode
6
6
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
7
7
import org.jreleaser.model.Active
8
- import org.gradle.jvm.toolchain.JavaLanguageVersion
9
8
10
9
plugins {
11
10
alias(libs.plugins.kotlin.multiplatform)
@@ -197,9 +196,7 @@ kotlin {
197
196
198
197
explicitApi = ExplicitApiMode .Strict
199
198
200
- jvmToolchain {
201
- languageVersion = JavaLanguageVersion .of(17 )
202
- }
199
+ jvmToolchain(21 )
203
200
204
201
sourceSets {
205
202
commonMain {
@@ -212,7 +209,6 @@ kotlin {
212
209
api(libs.ktor.server.websockets)
213
210
214
211
implementation(libs.kotlin.logging)
215
- implementation(libs.kotlin.reflect)
216
212
}
217
213
}
218
214
@@ -223,7 +219,6 @@ kotlin {
223
219
implementation(libs.kotlinx.coroutines.test)
224
220
implementation(libs.kotlinx.coroutines.debug)
225
221
implementation(libs.kotest.assertions.json)
226
- implementation(libs.kotlin.reflect)
227
222
}
228
223
}
229
224
@@ -235,5 +230,3 @@ kotlin {
235
230
}
236
231
}
237
232
}
238
-
239
-
You can’t perform that action at this time.
0 commit comments