Saisie rapide de solfa
Find a file
2026-03-11 09:52:33 +03:00
composeApp Close others menu before loading new song 2026-03-11 09:52:33 +03:00
gradle MIDI generated to whawyd3.mid 2025-09-15 10:37:56 +02:00
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
README.md
settings.gradle.kts Koin OK 2025-07-07 15:11:51 +02:00

This is a Kotlin Multiplatform project targeting Android, Desktop.

  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:
    • commonMain is for code thats common for all targets.
    • Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name. For example, if you want to use Apples CoreCrypto for the iOS part of your Kotlin app, iosMain would be the right folder for such calls.

Learn more about Kotlin Multiplatform