diff --git a/.idea/artifacts/komp_todo_js_1_0_0.xml b/.idea/artifacts/komp_todo_js_1_0_0.xml new file mode 100644 index 0000000..a361e83 --- /dev/null +++ b/.idea/artifacts/komp_todo_js_1_0_0.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/build/libs + + + + + \ No newline at end of file diff --git a/.idea/artifacts/komp_todo_js_1_0_0.xml b/.idea/artifacts/komp_todo_js_1_0_0.xml new file mode 100644 index 0000000..a361e83 --- /dev/null +++ b/.idea/artifacts/komp_todo_js_1_0_0.xml @@ -0,0 +1,8 @@ + + + $PROJECT_DIR$/build/libs + + + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 7f729a7..0cb6ff0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,3 @@ -import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackOutput.Target.VAR - plugins { kotlin("multiplatform") version "1.6.10" `maven-publish` @@ -9,6 +7,7 @@ version = "1.0.0" repositories { + mavenLocal() mavenCentral() } @@ -34,7 +33,7 @@ sourceSets { val commonMain by getting { dependencies { - implementation("nl.astraeus:kotlin-komponent:1.0.0") + implementation("nl.astraeus:kotlin-komponent:1.0.7-SNAPSHOT") } } val jsMain by getting