You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
370 B

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`