fix: fixup build failures
This commit is contained in:
parent
55c6df98e2
commit
2cb53ee962
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
package moe.lava.neon.ui
|
||||
|
||||
import moe.lava.neon.core.getPlatform
|
||||
|
||||
class Greeting {
|
||||
private val platform = getPlatform()
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[versions]
|
||||
#noinspection AndroidGradlePluginVersion
|
||||
agp = "8.13.2"
|
||||
android-compileSdk = "36"
|
||||
android-minSdk = "24"
|
||||
|
|
@ -14,7 +15,7 @@ composeMultiplatform = "1.10.0"
|
|||
junit = "4.13.2"
|
||||
kotlin = "2.3.0"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
material3 = "1.10.0"
|
||||
material3 = "1.10.0-alpha05"
|
||||
metro = "0.10.0"
|
||||
|
||||
[libraries]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue