Go to file
2026-03-29 11:32:28 +02:00
composeApp Poprawki 2026-03-29 11:32:28 +02:00
fxlib Poprawki 2026-03-29 11:32:28 +02:00
gradle Poprawki 2026-03-29 11:32:28 +02:00
.gitignore Poprawki 2026-03-29 11:32:28 +02:00
build.gradle.kts Pierwszy 2025-05-01 08:53:11 +02:00
gradle.properties Poprawki 2026-03-29 11:32:28 +02:00
gradlew Pierwszy 2025-05-01 08:53:11 +02:00
gradlew.bat Pierwszy 2025-05-01 08:53:11 +02:00
README.md first commit 2025-05-01 08:49:36 +02:00
settings.gradle.kts Pierwszy 2025-05-01 08:53:11 +02:00

This is a Kotlin Multiplatform project targeting 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