Fix build

This commit is contained in:
2022-08-10 20:53:30 +02:00
parent 474d5ff217
commit ae4500e73d
2 changed files with 10 additions and 3 deletions

8
.idea/artifacts/komp_todo_js_1_0_0.xml generated Normal file
View 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>

View File

@@ -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