Fix build
This commit is contained in:
8
.idea/artifacts/komp_todo_js_1_0_0.xml
generated
Normal file
8
.idea/artifacts/komp_todo_js_1_0_0.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="komp-todo-js-1.0.0">
|
||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||
<root id="archive" name="komp-todo-js-1.0.0.jar">
|
||||
<element id="module-output" name="komp-todo.jsMain" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
||||
@@ -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 @@ group = "nl.astraeus"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
@@ -34,7 +33,7 @@ kotlin {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user