Skip to content

Commit 3cbe565

Browse files
committed
chore: plugin 2.17.0 changes
1 parent 9418aa0 commit 3cbe565

File tree

5 files changed

+44
-33
lines changed

5 files changed

+44
-33
lines changed

compose/cmp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kotlin {
3232
implementation(compose.material3)
3333
implementation(compose.ui)
3434
implementation(compose.components.resources)
35-
implementation(compose.components.uiToolingPreview)
35+
implementation(compose.preview)
3636

3737
implementation(libs.compose.navigation)
3838
implementation(libs.compose.lifecycle.viewmodel)

compose/cmp/src/commonMain/kotlin/ui/home/HomeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ import androidx.compose.ui.text.SpanStyle
1919
import androidx.compose.ui.text.buildAnnotatedString
2020
import androidx.compose.ui.text.font.FontWeight
2121
import androidx.compose.ui.text.withStyle
22+
import androidx.compose.ui.tooling.preview.Preview
2223
import androidx.compose.ui.unit.dp
2324
import dev.suresh.compose.res.*
2425
import dev.suresh.platform
2526
import org.jetbrains.compose.resources.painterResource
2627
import org.jetbrains.compose.resources.vectorResource
27-
import org.jetbrains.compose.ui.tooling.preview.Preview
2828
import ui.debug
2929
import ui.lottie.lottie
3030

gradle/kotlin-js-store/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/kotlin-js-store/wasm/package-lock.json

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
java = "26"
33
kotlin = "2.3.0-Beta1"
4-
kotlin-ksp = "2.2.21-RC2-2.0.4"
4+
kotlin-ksp = "2.3.0"
55
kotlin-jvmtarget = "24"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.3"
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "2.16.0"
23+
bc-plugins = "2.17.0"
2424
kotlinx-kover = "0.9.3"
2525
kotlin-dokka = "2.1.0"
2626
kotlinx-io = "0.8.0"
@@ -38,7 +38,7 @@ kotlinx-fuzz = "0.2.2"
3838
kotlinx-metadata = "0.9.0"
3939
kotlinx-reflect-lite = "1.2.0-RC"
4040
kotlin-lincheck = "3.3.2"
41-
kotlin-wrappers = "2025.10.10"
41+
kotlin-wrappers = "2025.10.11"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.21"
4444
kotlinx-multik = "0.2.3"
@@ -57,8 +57,8 @@ kopy = "0.19.0+2.2.20"
5757
poko = "0.20.1"
5858
mappie = "2.2.20-1.6.0"
5959
akkurate = "0.11.0"
60-
kaml = "0.98.0"
61-
snakeyaml-engine-kmp = "4.0.0"
60+
kaml = "0.99.0"
61+
snakeyaml-engine-kmp = "4.0.1"
6262
konsist = "0.17.3"
6363
decoroutinator = "2.5.7"
6464
spring-boot = "4.0.0-M3"
@@ -75,7 +75,7 @@ otel-instr-alpha = "2.21.0-alpha"
7575
otel-semconv = "1.37.0"
7676
otel-contrib = "1.51.0-alpha"
7777
otel-kotlin = "0.7.0"
78-
jackson = "3.0.0"
78+
jackson = "3.0.1"
7979
bc = "1.82"
8080
okio = "3.16.2"
8181
ayza = "10.0.1"
@@ -129,7 +129,6 @@ kotlin-diff = "1.1.0"
129129
kotlin-retry = "2.0.2"
130130
kotlinx-jsonpath = "3.0.2"
131131
kotlin-cryptography = "0.5.0"
132-
json-sugar = "0.7.2"
133132
json-schema-validator = "0.5.2"
134133
pwall-json-schema = "0.57"
135134
schema-kenerator = "2.4.0"
@@ -207,12 +206,14 @@ bluesky-ozone = "0.3.3"
207206
cidre = "0.3.0"
208207
voices = "0.0.7"
209208
onnx = "1.23.1"
209+
angus-mail = "2.1.0-M1"
210+
simplemail = "8.12.6"
210211

211212
# Compose
212-
jetbrains-compose = "1.10.0-alpha02"
213-
jetbrains-compose-viewmodel = "2.10.0-alpha02"
213+
jetbrains-compose = "1.10.0-alpha03"
214+
jetbrains-compose-viewmodel = "2.10.0-alpha03"
214215
jetbrains-compose-nav = "2.9.1"
215-
jetbrains-compose-adaptive = "1.2.0-alpha07"
216+
jetbrains-compose-adaptive = "1.2.0-beta01"
216217
jetbrains-compose-icons = "1.7.3"
217218
kobweb = "0.23.3"
218219
detekt = "2.0.0-alpha.1"
@@ -255,7 +256,6 @@ autonomousapps-bestpractices = "0.10"
255256
graalvm-nativeimage = "0.11.2"
256257
github-depgraph = "0.1.0"
257258
github-changelog = "2.2.0"
258-
wire-plugin = "5.4.0"
259259
buildkonfig = "0.17.1"
260260
gmazzo-buildconfig = "5.7.0"
261261
cyclonedx-plugin = "1.10.0"
@@ -434,7 +434,6 @@ rsocket-ktor-tcp = { module = "io.rsocket.kotlin:rsocket-tra
434434
uri-kmp = { module = "com.eygraber:uri-kmp" , version.ref = "uri-kmp"}
435435
trie-kmp = { module = "com.eygraber:trie-kmp" , version.ref = "trie-kmp"}
436436
kotlinx-jsonpath = { module = "com.eygraber:jsonpathkt-kotlinx" , version.ref = "kotlinx-jsonpath"}
437-
json-sugar = { module = "com.eygraber:json-sugar" , version.ref = "json-sugar"}
438437
json-schema-validator = { module = "io.github.optimumcode:json-schema-validator" , version.ref = "json-schema-validator"}
439438
json-schema-kenerator = { module = "io.github.smiley4:schema-kenerator-jsonschema" , version.ref = "schema-kenerator"}
440439
pwall-json-schema = { module = "net.pwall.json:json-kotlin-schema" , version.ref = "pwall-json-schema"}
@@ -711,6 +710,9 @@ ozone-jetstream = { module = "sh.christian.ozone:jetstream"
711710

712711
# Misc
713712
ldaptive = { module = "org.ldaptive:ldaptive" , version.ref = "ldaptive" }
713+
angus-mail = { module = "org.eclipse.angus:jakarta.mail" , version.ref = "angus-mail" }
714+
simplemail = { module = "org.simplejavamail:simple-java-mail" , version.ref = "simplemail" }
715+
simplemail-outlook = { module = "org.simplejavamail:outlook-module" , version.ref = "simplemail" }
714716

715717
# Maven Plugin
716718
maven-plugin-api = { module = "org.apache.maven:maven-plugin-api" , version.ref = "maven-plugin-api" }
@@ -816,7 +818,6 @@ foojay-resolver = { id = "org.gradle.toolchains.foojay-reso
816818
gratatouille = { id = "com.gradleup.gratatouille" , version.ref = "gratatouille" }
817819
cyclonedx = { id = "org.cyclonedx.cyclonedx" , version.ref = "cyclonedx-plugin" }
818820
github-depgraph = { id = "org.gradle.github-dependency-graph" , version.ref = "github-depgraph"}
819-
wire = { id = "com.squareup.wire" , version.ref = "wire-plugin"}
820821
gmazzo-buildconfig = { id = "com.github.gmazzo.buildconfig" , version.ref = "gmazzo-buildconfig"}
821822
mokkery = { id = "dev.mokkery" , version.ref = "mokkery"}
822823
modulegraph = { id = "dev.iurysouza.modulegraph" , version.ref = "modulegraph"}

0 commit comments

Comments
 (0)