Add tests for configuring kotlin with gradle 4.9
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
group = "testgroup"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id("kotlin2js") version "1.2.40"
|
||||
}
|
||||
group = "testgroup"
|
||||
version = "1.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
compile(kotlin("stdlib-js"))
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user