Fix some stuff on the old UI (diminished & edit?)
This commit is contained in:
parent
f51a83cf6e
commit
1bf0cb7c0a
15 changed files with 448 additions and 366 deletions
|
|
@ -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"))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue