Files
kotlin-fork/idea/testData/configuration/gsk/eapVersion_before.gradle.kts
T
Vyacheslav Gerasimov 2ec1a4311a Implement Kotlin configurator for GSK
#KT-14965 Fixed
2017-07-07 03:23:17 +03:00

19 lines
253 B
Kotlin
Vendored

import org.gradle.api.JavaVersion.VERSION_1_7
plugins {
application
}
application {
mainClassName = "samples.HelloWorld"
}
repositories {
jcenter()
}
dependencies {
testCompile("junit:junit:4.12")
}
// VERSION: 1.0.2-eap-14-IJ143-14