- Keeping it simple, just html element replace
- Updated Kotlin version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group 'nl.astraeus'
|
||||
version '0.1.6-SNAPSHOT'
|
||||
version '0.1.7'
|
||||
|
||||
apply plugin: 'kotlin2js'
|
||||
apply plugin: 'kotlin-dce-js'
|
||||
@@ -21,11 +21,11 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
kotlin_version = '1.2.51'
|
||||
kotlin_version = '1.3.50'
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.51'
|
||||
ext.kotlin_version = '1.3.50'
|
||||
repositories {
|
||||
maven {
|
||||
url "http://nexus.astraeus.nl/nexus/content/groups/public"
|
||||
@@ -39,7 +39,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-js:$kotlin_version"
|
||||
compile 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.4'
|
||||
compile 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.10'
|
||||
}
|
||||
|
||||
uploadArchives {
|
||||
|
||||
Reference in New Issue
Block a user