Slight UI updates

This commit is contained in:
2025-02-25 10:01:53 +01:00
parent 054970bb79
commit fbc450e0ee
8 changed files with 464 additions and 62 deletions

View File

@ -22,6 +22,7 @@ kotlin {
implementation(libs.androidx.lifecycle.viewmodel)
implementation(libs.androidx.lifecycle.runtime.compose)
implementation(libs.material3.core)
implementation(libs.material.icons)
implementation(libs.sl4j)
}
desktopMain.dependencies {
@ -33,6 +34,7 @@ kotlin {
implementation(libs.exposed.kotlin.datetime)
implementation(libs.sqlite)
implementation(libs.material3.desktop)
implementation(libs.rtfield)
}
}
}