Clean up unused dependencies, reorganize source sets, and update readme with project details.
This commit is contained in:
@@ -31,13 +31,7 @@ kotlin {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
api("org.jetbrains.kotlinx:kotlinx-html:0.12.0")
|
||||
}
|
||||
}
|
||||
val jsMain by getting {
|
||||
|
||||
}
|
||||
val commonMain by getting
|
||||
val jsMain by getting
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user