diff --git a/.idea/hotswap_agent.xml b/.idea/hotswap_agent.xml index 8a869d9..d73a0fd 100644 --- a/.idea/hotswap_agent.xml +++ b/.idea/hotswap_agent.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/libraries/Gradle__nl_astraeus_komp_0_0_8_SNAPSHOT.xml b/.idea/libraries/Gradle__nl_astraeus_komp_0_0_8_SNAPSHOT.xml deleted file mode 100644 index 4134542..0000000 --- a/.idea/libraries/Gradle__nl_astraeus_komp_0_0_8_SNAPSHOT.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__nl_astraeus_komp_0_1_0_SNAPSHOT.xml b/.idea/libraries/Gradle__nl_astraeus_komp_0_1_0_SNAPSHOT.xml new file mode 100644 index 0000000..81f7a2b --- /dev/null +++ b/.idea/libraries/Gradle__nl_astraeus_komp_0_1_0_SNAPSHOT.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_1_4.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_1_4.xml deleted file mode 100644 index 6052e6e..0000000 --- a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_1_4.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_2_51.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_2_51.xml new file mode 100644 index 0000000..b085b2b --- /dev/null +++ b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_2_51.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_js_1_2_21.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_js_1_2_51.xml similarity index 52% rename from .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_js_1_2_21.xml rename to .idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_js_1_2_51.xml index 966de7d..d1d48e6 100644 --- a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_js_1_2_21.xml +++ b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_js_1_2_51.xml @@ -1,11 +1,11 @@ - + - + - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index c00b22a..8f04d26 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,7 @@ +import com.eriwen.gradle.js.tasks.CombineJsTask + buildscript { - ext.kotlin_version = '1.2.21' + ext.kotlin_version = '1.2.51' repositories { maven { @@ -29,7 +31,7 @@ version '0.0.1-SNAPSHOT' allprojects { ext { - kotlin_version = '1.2.21' + kotlin_version = '1.2.51' } } @@ -42,7 +44,7 @@ repositories { dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-js:$kotlin_version" - compile "nl.astraeus:komp:0.0.8-SNAPSHOT" + compile "nl.astraeus:komp:0.1.1-SNAPSHOT" } compileKotlin2Js { @@ -63,7 +65,7 @@ runDceKotlinJs.doLast { } // Create new CombineJsTasks if you have multiple sets of JS files -task combineKotlinJs(type: com.eriwen.gradle.js.tasks.CombineJsTask) { +task combineKotlinJs(type: CombineJsTask) { dependsOn runDceKotlinJs source = [ "${projectDir}/web/js/generated/kotlin.js", diff --git a/komp-todo.iml b/komp-todo.iml index 0c9830c..e74b399 100644 --- a/komp-todo.iml +++ b/komp-todo.iml @@ -23,6 +23,7 @@ +