File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
build-logic/common-plugins/src/main/kotlin Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ and [Compose Web (wasm)][Compose-Multiplatform] applications.
15
15
``` bash
16
16
# Mac OS
17
17
$ curl -s " https://get.sdkman.io" | bash
18
- $ sdk i java 22.ea.2 -open
19
- $ sdk u java 22.ea.2 -open
18
+ $ sdk i java 22.ea-open
19
+ $ sdk u java 22.ea-open
20
20
```
21
21
22
22
### Build & Run
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ fun Test.configureJavaTest() {
199
199
200
200
context(Project )
201
201
fun KotlinJsOptions.configureKotlinJs () {
202
- useEsClasses = true
202
+ // useEsClasses = true
203
203
// sourceMap = true
204
204
// sourceMapEmbedSources = "always"
205
205
// freeCompilerArgs += listOf("-Xir-per-module")
Original file line number Diff line number Diff line change @@ -124,8 +124,9 @@ kotlinMultiplatform.apply {
124
124
implementation(libs.ktor.client.core)
125
125
implementation(libs.ktor.client.logging)
126
126
implementation(libs.ktor.client.serialization)
127
- implementation(libs.intellij.markdown )
127
+ implementation(libs.ajalt.colormath )
128
128
implementation(libs.benasher44.uuid)
129
+ implementation(libs.intellij.markdown)
129
130
}
130
131
}
131
132
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ kotlinx-reflect-lite = "1.0.0"
34
34
zip-prefixer = " 0.3.1"
35
35
ajalt-mordant = " 2.0.0"
36
36
ajalt-clikt = " 4.0.0"
37
+ ajalt-colormath = " 3.3.1"
37
38
classgraph = " 4.8.160"
38
39
dokka = " 1.8.20"
39
40
intellij-markdown = " 0.4.1"
@@ -146,6 +147,7 @@ rsocket-ktor-client = { module = "io.rsocket.kotlin:rsocket-ktor-client"
146
147
rsocket-ktor-server = { module = " io.rsocket.kotlin:rsocket-ktor-server" , version.ref = " rsocket" }
147
148
148
149
ajalt-mordant = { module = " com.github.ajalt.mordant:mordant" , version.ref = " ajalt-mordant" }
150
+ ajalt-colormath = { module = " com.github.ajalt.colormath:colormath" , version.ref = " ajalt-colormath" }
149
151
jgit = { module = " org.eclipse.jgit:org.eclipse.jgit" , version.ref = " jgit" }
150
152
jte = { module = " gg.jte:jte" , version.ref = " jte" }
151
153
jte-runtime = { module = " gg.jte:jte-runtime" , version.ref = " jte" }
You can’t perform that action at this time.
0 commit comments