We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b17175 commit 9a25dd4Copy full SHA for 9a25dd4
gradle.properties
@@ -5,7 +5,7 @@
5
# Kotlin
6
version=1.6.4-SNAPSHOT
7
group=org.jetbrains.kotlinx
8
-kotlin_version=1.7.20-Beta-54
+kotlin_version=1.8.0-dev-1547
9
10
# Dependencies
11
junit_version=4.12
js/example-frontend-js/build.gradle.kts
@@ -10,7 +10,9 @@ kotlin {
directory = directory.parentFile.resolve("dist")
}
12
commonWebpackConfig {
13
- cssSupport.enabled = true
+ cssSupport {
14
+ enabled.set(true)
15
+ }
16
17
testTask {
18
useKarma {
0 commit comments