Skip to content

Commit ab53447

Browse files
committed
Refactor UI with Jewel
1 parent c50e6f8 commit ab53447

File tree

13 files changed

+374
-766
lines changed

13 files changed

+374
-766
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ repositories {
3434
dependencies {
3535
implementation(libs.gson)
3636
implementation(libs.alimt)
37-
implementation(compose.desktop.currentOs)
38-
implementation(compose.material3)
39-
implementation(compose.materialIconsExtended)
40-
implementation(compose.foundation)
4137

4238
compileOnly(libs.autoServiceAnnotations)
4339
kapt(libs.autoService)
4440

41+
compileOnly(compose.desktop.currentOs)
42+
4543
testImplementation(libs.junitJupiterApi)
4644
testRuntimeOnly(libs.junitJupiterEngine)
4745
testRuntimeOnly(libs.junitPlatformLauncher)

0 commit comments

Comments
 (0)