Skip to content

Commit ddd7f58

Browse files
committed
chore: add compose-fluent
1 parent 7fd0025 commit ddd7f58

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 7 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.20-2.0.4"
4+
kotlin-ksp = "2.2.21-RC-2.0.4"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.3"
@@ -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"
41-
kotlin-wrappers = "2025.10.3"
41+
kotlin-wrappers = "2025.10.4"
4242
kotlin-redacted = "1.15.0"
4343
kotlin-serviceloader = "0.0.21"
4444
kotlinx-multik = "0.2.3"
@@ -87,7 +87,6 @@ ajalt-colormath = "3.6.1"
8787
jline = "3.30.6"
8888
classgraph = "4.8.181"
8989
cache4k = "0.14.0"
90-
intellij-coverage = "1.0.766"
9190
intellij-markdown = "0.7.3"
9291
jgit = "7.4.0.202509020913-r"
9392
jte = "3.2.1"
@@ -219,6 +218,7 @@ detekt-compose-rules = "0.4.27"
219218
compose-hotreload = "1.0.0-rc01"
220219
compose-icons = "1.1.1"
221220
compose-routing = "0.5.0"
221+
compose-fluent = "0.1.0"
222222
kottie = "2.1.0"
223223
mosaic = "0.18.0"
224224
filekit-dialogs = "0.12.0"
@@ -244,12 +244,11 @@ shadow = "9.2.2"
244244
spotless = "8.0.0"
245245
semver-plugin = "0.9.0"
246246
gratatouille = "0.1.2"
247-
vercraft = "0.6.0"
248247
kmpmt = "0.1.1"
249248
tasktree = "4.0.1"
250249
sigstore = "2.0.0-rc1"
251250
reproducible-builds = "1.0"
252-
autonomousapps-depanalysis = "3.0.4"
251+
autonomousapps-depanalysis = "3.1.0"
253252
autonomousapps-bestpractices = "0.10"
254253
graalvm-nativeimage = "0.11.1"
255254
github-depgraph = "0.1.0"
@@ -644,6 +643,8 @@ detekt-compose-rules = { module = "io.nlopez.compose.rules:detek
644643
compose-kottie = { module = "io.github.ismai117:kottie" , version.ref = "kottie" }
645644
evas-compose = { module = "io.sellmair:evas-compose" , version.ref = "evas" }
646645
filekit-dialogs-compose = { module = "io.github.vinceglb:filekit-dialogs-compose" , version.ref = "filekit-dialogs" }
646+
compose-fluent = { module = "io.github.compose-fluent:fluent" , version.ref = "compose-fluent" }
647+
compose-fluent-icons = { module = "io.github.compose-fluent:fluent-icons-extended" , version.ref = "compose-fluent" }
647648

648649
kobweb-api = { module = "com.varabyte.kobweb:kobweb-api" , version.ref = "kobweb" }
649650
kobweb-core = { module = "com.varabyte.kobweb:kobweb-core " , version.ref = "kobweb" }
@@ -795,7 +796,6 @@ spring-depmgmt = { id = "io.spring.dependency-management"
795796
mappie = { id = "tech.mappie.plugin" , version.ref = "mappie" }
796797
poko = { id = "dev.drewhamilton.poko" , version.ref = "poko" }
797798
animalsniffer = { id = "ru.vyarus.animalsniffer" , version.ref = "animalsniffer"}
798-
build-vercraft = { id = "com.akuleshov7.vercraft.plugin-gradle" , version.ref = "vercraft" }
799799
kmbed-plugin = { id = "io.karma.kmbed.kmbed-gradle-plugin" , version.ref = "kmbed" }
800800
badass-jlink = { id = "org.beryx.jlink" , version.ref = "badass-jlink" }
801801
badass-runtime = { id = "org.beryx.runtime" , version.ref = "badass-runtime" }
@@ -814,7 +814,6 @@ wire = { id = "com.squareup.wire"
814814
gmazzo-buildconfig = { id = "com.github.gmazzo.buildconfig" , version.ref = "gmazzo-buildconfig"}
815815
mokkery = { id = "dev.mokkery" , version.ref = "mokkery"}
816816
modulegraph = { id = "dev.iurysouza.modulegraph" , version.ref = "modulegraph"}
817-
intellij-coverage = { id = "org.jetbrains.intellij.deps.coverage" , version.ref = "intellij-coverage" }
818817
github-changelog = { id = "org.hildan.github.changelog" , version.ref = "github-changelog" }
819818
includegit = { id = "me.champeau.gradle.includegit" , version.ref = "includegit-plugin" }
820819
reproducible-builds = { id = "org.gradlex.reproducible-builds" , version.ref = "reproducible-builds" }

0 commit comments

Comments
 (0)