Prepare for release 0.8.0

This commit is contained in:
Brian Norman
2021-05-06 17:19:30 -05:00
parent 892f619371
commit 5fab745be9
4 changed files with 17 additions and 11 deletions
+2 -9
View File
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.5.0"
id("com.bnorm.power.kotlin-power-assert") version "0.7.0"
id("com.bnorm.power.kotlin-power-assert") version "0.8.0"
}
repositories {
@@ -8,14 +8,7 @@ repositories {
}
kotlin {
jvm {
compilations.all {
kotlinOptions {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.useIR = true
}
}
}
jvm()
js(IR) {
browser()
nodejs()