- Keeping it simple, just html element replace

- Updated Kotlin version
This commit is contained in:
2019-11-15 19:06:02 +01:00
parent 2b1f3fa5a4
commit 29f570cfc1
7 changed files with 46 additions and 608 deletions

View File

@@ -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 {