We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8a585 commit 66841c1Copy full SHA for 66841c1
build.gradle.kts
@@ -1,6 +1,11 @@
1
+group = "groupId"
2
+version = "1.0-SNAPSHOT"
3
+
4
buildscript {
5
6
repositories {
7
+ maven { setUrl("http://dl.bintray.com/kotlin/kotlin-eap-1.1") }
8
+ mavenCentral()
9
gradleScriptKotlin()
10
}
11
@@ -17,14 +22,16 @@ apply {
17
22
plugin("kotlin")
18
23
19
24
20
-configure<ApplicationPluginConvention> {
21
- // mainClassName = "samples.HelloWorldKt"
-}
25
+//configure<ApplicationPluginConvention> {
26
+// mainClassName = "samples.HelloWorldKt"
27
+//}
28
29
30
31
32
33
34
dependencies {
35
compile(kotlinModule("stdlib"))
36
+ testCompile("io.kotlintest:kotlintest:1.3.5")
37
0 commit comments