fix: fixup build failures

This commit is contained in:
Cilly Leang 2026-01-23 19:28:56 +11:00
parent 55c6df98e2
commit 2cb53ee962
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
package moe.lava.neon.ui package moe.lava.neon.ui
import moe.lava.neon.core.getPlatform
class Greeting { class Greeting {
private val platform = getPlatform() private val platform = getPlatform()

View file

@ -1,4 +1,5 @@
[versions] [versions]
#noinspection AndroidGradlePluginVersion
agp = "8.13.2" agp = "8.13.2"
android-compileSdk = "36" android-compileSdk = "36"
android-minSdk = "24" android-minSdk = "24"
@ -14,7 +15,7 @@ composeMultiplatform = "1.10.0"
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.3.0" kotlin = "2.3.0"
kotlinx-coroutines = "1.10.2" kotlinx-coroutines = "1.10.2"
material3 = "1.10.0" material3 = "1.10.0-alpha05"
metro = "0.10.0" metro = "0.10.0"
[libraries] [libraries]