Fix some stuff on the old UI (diminished & edit?)

This commit is contained in:
Thomas Andres Gomez 2025-02-27 22:42:10 +01:00
parent f51a83cf6e
commit 1bf0cb7c0a
15 changed files with 448 additions and 366 deletions

View file

@ -32,7 +32,7 @@ kotlin {
implementation(libs.koin.compose.viewmodel)
// composable component.
implementation(libs.coil.compose)
implementation(libs.coil.network)
implementation(libs.coil.network.ktor)
// network
implementation(libs.kotlinx.serialization.json)
implementation(libs.ktor.serialization.json)
@ -77,6 +77,9 @@ compose.desktop {
buildTypes.release.proguard {
obfuscate.set(false) // Obfuscation doesn't work because of netty.
// optimize.set(false)
// isEnabled.set(false)
configurationFiles.from(project.file("compose-desktop.pro"))
}
}