Skip to content

Commit

Permalink
Try to make KotlinNativeCrossTest abstract to make it compatible with…
Browse files Browse the repository at this point in the history
… Kotlin 1.8.0-Beta (#1125)
  • Loading branch information
soywiz authored Nov 22, 2022
1 parent 4dd7118 commit 4e9583b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fun Exec.commandLineCross(vararg args: String, type: CrossExecType) {
commandLine(*type.commands(*args))
}

open class KotlinNativeCrossTest : org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeTest() {
abstract class KotlinNativeCrossTest : org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeTest() {
@Input
@Option(option = "type", description = "Sets the executable cross type")
lateinit var type: CrossExecType
Expand Down

0 comments on commit 4e9583b

Please sign in to comment.