Testing dom diffing
This commit is contained in:
@@ -19,8 +19,12 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
ext {
|
||||
kotlin_version = '1.1.4-2'
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.1.4'
|
||||
ext.kotlin_version = '1.1.4-2'
|
||||
repositories {
|
||||
maven {
|
||||
url "http://nexus.astraeus.nl/nexus/content/groups/public"
|
||||
@@ -34,7 +38,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-js:$kotlin_version"
|
||||
compile 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.2'
|
||||
compile 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.4'
|
||||
}
|
||||
|
||||
compileKotlin2Js {
|
||||
|
||||
Reference in New Issue
Block a user