Skip to content

Commit

Permalink
Browser is switched off build, 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Oct 24, 2021
1 parent 7eab9a7 commit fe743b3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,15 @@ plugins {
}

group = "com.crowdproj.kotlin.cor"
version = "0.2.2"
version = "0.2.3"

repositories {
mavenCentral()
}

kotlin {
js {
browser {
testTask {
useKarma {
useFirefox()
useChrome()
useSafari()
}
}
}
// browser {}
nodejs()
}
jvm {
Expand Down

0 comments on commit fe743b3

Please sign in to comment.