This is a KMM version of AiLàiAi to support android and ios.
Follow the instructions at https://kotlinlang.org/docs/multiplatform-mobile-getting-started.html and then:
For gradle to find your installation of Java, and to suppress some warnings, add these lines:
# Java (uncomment one line)
# org.gradle.java.home=/usr/lib/jvm/jre-openjdk/
# org.gradle.java.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
# Suppress unbuildable target and gradle plugin version warnings
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
Connect a physical device or create a virtual device with Android Studio's Device Manager.
Press the Run 'DefaultPreview'
button in the toolbar or press Shift + F10 to run the app.