cloudstream/shared/src
2026-09-12 01:03:36 +02:00
..
androidMain/kotlin/com Added search to settings (#3167) 2026-09-12 01:03:36 +02:00
commonMain Added search to settings (#3167) 2026-09-12 01:03:36 +02:00
jvmMain/kotlin/com/lagradost/cloudstream4 Compose work (#3151) 2026-09-08 15:50:26 +02:00
readme.md Compose work (#3151) 2026-09-08 15:50:26 +02:00

https://kotlinlang.org/docs/multiplatform/compose-multiplatform-create-first-app.html#examine-the-project-structure

jvmMain contains source files for the desktop target, which uses Kotlin/JVM.

androidMain contains Android source files and targets Kotlin/JVM.

iosMain contains Kotlin code for iOS and targets Kotlin/Native.

jsMain contains JavaScript-specific Kotlin code and targets Kotlin/JS.

wasmJsMain contains Wasm-specific Kotlin code and targets Kotlin/Wasm.