Add app icons for desktop

This commit is contained in:
Christian Basler
2025-05-30 06:06:51 +02:00
parent 935115ca65
commit fe45a0255c
8 changed files with 20 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "35"
androidx-activityCompose = "1.10.1"
androidx-compose = "1.8.1"
androidx-compose = "1.8.2"
compose-plugin = "1.7.0"
kotlin = "2.1.21"
coreKtx = "1.16.0"
@@ -18,9 +18,9 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
atrium = { module = "ch.tutteli.atrium:atrium-fluent", version.ref = "atrium" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.2" }
logging-jvm = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.7" }
logging-slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.13" }
logging-slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.17" }
[bundles]
logging = [ "logging-jvm", "logging-slf4j" ]