Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 321 Bytes

File metadata and controls

9 lines (5 loc) · 321 Bytes

Kotlin/Native serialization sample

This example shows how to use a Kotlin serialization plugin with Kotlin/Native. Also the example includes simple tests showing how to run unit tests with Kotlin/Native and how to use this serialization API.

To build use ../gradlew assemble.

To run tests use ../gradlew build.