File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
- import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
2
-
3
1
/*
4
2
* Copyright 2014-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
5
3
*/
@@ -38,18 +36,6 @@ kotlin {
38
36
jvmToolchain(21 )
39
37
40
38
compilerOptions {
41
- languageVersion = rootProject.findProperty(" kotlin_language_version" )
42
- ?.let { KotlinVersion .fromVersion(it.toString()) }
43
- ? : KotlinVersion .KOTLIN_2_1
44
-
45
- println (" Using languageVersion :ktor-test-server: ${languageVersion.get()} " )
46
-
47
- apiVersion = rootProject.findProperty(" kotlin_api_version" )
48
- ?.let { KotlinVersion .fromVersion(it.toString()) }
49
- ? : KotlinVersion .KOTLIN_2_1
50
-
51
- println (" Using apiVersion :ktor-test-server: ${apiVersion.get()} " )
52
-
53
39
allWarningsAsErrors = true
54
40
// A workaround for a compiler issue KT-74984
55
41
// TODO: Remove after the issue is fixed
You can’t perform that action at this time.
0 commit comments