Small fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.4.31"
|
||||
kotlin("multiplatform") version "1.4.32"
|
||||
`maven-publish`
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "0.4.15"
|
||||
version = "0.4.17"
|
||||
|
||||
repositories {
|
||||
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
|
||||
@@ -26,9 +26,7 @@ kotlin {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
|
||||
}
|
||||
val commonMain by getting {}
|
||||
val commonTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-common"))
|
||||
@@ -83,4 +81,3 @@ publishing {
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user