Gradle, native: Rename test binary class: Test -> TestExecutable
This commit is contained in:
@@ -4,6 +4,10 @@ plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven(kotlinNativeRepo)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(gradleApi())
|
||||
compile(project(":kotlin-gradle-plugin-api"))
|
||||
|
||||
Reference in New Issue
Block a user