[versions] agp = "8.10.1" android-compileSdk = "35" android-minSdk = "24" android-targetSdk = "35" androidx-activity = "1.10.1" androidx-appcompat = "1.7.1" androidx-constraintlayout = "2.2.1" androidx-core = "1.16.0" androidx-espresso = "3.6.1" androidx-lifecycle = "2.9.1" androidx-testExt = "1.2.1" composeHotReload = "1.0.0-alpha11" composeMultiplatform = "1.8.2" junit = "4.13.2" kotlin = "2.2.0" kotlinx-coroutines = "1.10.2" #20250704 koin = "4.0.4" core = "0.91.1" kmpObservableviewmodelCore = "1.0.0-BETA-3" kotlinxSerializationJson = "1.8.1" material3 = "1.3.2" voyager = "1.1.0-beta03" #ktmidi = "0.11.1" [libraries] androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" } cafe-voyager-koin = { module = "cafe.adriel.voyager:voyager-koin" } koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin" } koin-compose-viewmodel-navigation = { module = "io.insert-koin:koin-compose-viewmodel-navigation", version.ref = "koin" } kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } kotlin-testJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } junit = { module = "junit:junit", version.ref = "junit" } androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" } androidx-testExt-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-testExt" } androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-espresso" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } androidx-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" } androidx-lifecycle-runtimeCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" } kotlinx-coroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" } #20250704 koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" } koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" } koin-core-viewmodel = { module = "io.insert-koin:koin-core-viewmodel", version.ref = "koin" } koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" } koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin" } core = { module = "io.github.pdvrieze.xmlutil:core", version.ref = "core" } #core-android = { module = "io.github.pdvrieze.xmlutil:core-android", version.ref = "core" } #core-jdk = { module = "io.github.pdvrieze.xmlutil:core-jdk", version.ref = "core" } serialization = { module = "io.github.pdvrieze.xmlutil:serialization", version.ref = "core" } kmp-observableviewmodel-core = { module = "com.rickclephas.kmp:kmp-observableviewmodel-core", version.ref = "kmpObservableviewmodelCore" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" } androidx-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" } voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" } voyager-screenmodel = { module = "cafe.adriel.voyager:voyager-screenmodel", version.ref = "voyager" } voyager-koin = { module = "cafe.adriel.voyager:voyager-koin", version.ref = "voyager" } #ktmidi = { group = "dev.atsushieno", name = "ktmidi", version.ref = "ktmidi" } [plugins] androidApplication = { id = "com.android.application", version.ref = "agp" } androidLibrary = { id = "com.android.library", version.ref = "agp" } composeHotReload = { id = "org.jetbrains.compose.hot-reload", version.ref = "composeHotReload" } composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "composeMultiplatform" } composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"} [bundles] voyager = ["voyager-navigator", "voyager-screenmodel", "voyager-koin"]