mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
* Add compose with kotlinx.serialization integration test * Add versions configuration * add linuxX64 target * remove a default value for `compose.kotlinCompilerPluginVersion` * add README.MD * update README.MD
This simple project does 2 things (for jvm, k/js, k/native):
- ensure that Compose + kotlinx.serialization compilation works
- ensure the Composable function taking a parameter of Serializable type runs
To run:
./gradlew build -Pkotlinx.serializationCore=1.4.1 -Pkotlin.version=1.8.0 -Pcompose.version=1.3.0-rc02 -Pcompose.kotlinCompilerPluginVersion=1.4.0-alpha04