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.
 
 
 
 
Oleksandr Karpovich 0b429b6ac9
Update all versions for 1.3.1 + update Changelog (#2856)
2 years ago
..
common
gradle/wrapper
.gitignore
README.MD
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts

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