Update kotlin, use umd

This commit is contained in:
2020-03-04 22:36:41 +01:00
parent 708c06ed6b
commit 2b851e7887
5 changed files with 18 additions and 11 deletions

View File

@@ -20,7 +20,8 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
group 'nl.astraeus'
version '0.1.16-SNAPSHOT'
version '0.1.17-SNAPSHOT'
/*
kotlin {
target {
@@ -33,6 +34,7 @@ kotlin {
}
compileKotlinJs.kotlinOptions.moduleKind = "umd"
*/
idea {
module {