Skip to content

Commit 5303b30

Browse files
nav-navSpace Team
authored andcommitted
Promote deprecated CInteropProcess.konanVersion property to hidden
#KT-74911 Fixed
1 parent d8651a0 commit 5303b30

File tree

1 file changed

+0
-8
lines changed
  • libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks

1 file changed

+0
-8
lines changed

libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks/KotlinNativeTasks.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,14 +1102,6 @@ abstract class CInteropProcess @Inject internal constructor(params: Params) :
11021102
@get:Input
11031103
val konanTarget: KonanTarget = params.konanTarget
11041104

1105-
@Deprecated(
1106-
message = "This property is scheduled for removal in Kotlin 2.3. " +
1107-
"Please, don't use it in your builds.",
1108-
level = DeprecationLevel.ERROR,
1109-
)
1110-
@get:Internal
1111-
val konanVersion: String = project.nativeProperties.kotlinNativeVersion.get()
1112-
11131105
@Suppress("unused")
11141106
@get:Input
11151107
val libraryVersion = project.version.toString()

0 commit comments

Comments
 (0)