From 2b851e78875c876496da205cced5542b293ec356 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Wed, 4 Mar 2020 22:36:41 +0100 Subject: [PATCH] Update kotlin, use umd --- build.gradle | 4 +++- komp.iml | 2 +- komp.ipr | 6 ++++++ komp_main.iml | 6 +++--- komp_test.iml | 11 +++++------ 5 files changed, 18 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 1b4d5c7..eb5b122 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/komp.iml b/komp.iml index 9bacbca..22881c0 100644 --- a/komp.iml +++ b/komp.iml @@ -1,5 +1,5 @@ - + diff --git a/komp.ipr b/komp.ipr index e47b9ec..503d6d5 100644 --- a/komp.ipr +++ b/komp.ipr @@ -7,6 +7,12 @@ + + $PROJECT_DIR$/build/libs + + + +