Saisie rapide de solfa
Find a file
2026-06-24 12:11:51 +03:00
composeApp Extract MeasureRow into a compos to fix layout lag on Android 2026-06-24 12:11:51 +03:00
gradle Resolve SharedPreferences for desktop & com.russhwolf.settings for android 2026-06-22 17:32:36 +03:00
build.gradle.kts FileRepository 2025-07-04 16:51:17 +02:00
gradle.properties FileRepository 2025-07-04 16:51:17 +02:00
gradlew FileRepository 2025-07-04 16:51:17 +02:00
gradlew.bat FileRepository 2025-07-04 16:51:17 +02:00
README.md FileRepository 2025-07-04 16:51:17 +02:00
settings.gradle.kts Generate PDF partition - desktop&android 2026-04-03 11:32:11 +03: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