Jewel-ize part I

This commit is contained in:
2026-03-26 15:02:00 +01:00
parent bdc56748dd
commit 18a7a82c36
19 changed files with 157 additions and 1580 deletions

View File

@@ -17,7 +17,9 @@ kotlin {
val desktopMain by getting
desktopMain.dependencies {
implementation(compose.desktop.currentOs)
implementation(compose.desktop.currentOs) {
exclude(group = "org.jetbrains.compose.material")
}
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material)
@@ -45,6 +47,7 @@ kotlin {
implementation(libs.directories)
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.compose.backhandler)
implementation(libs.jewel)
}
}
}