Files
kotlin-fork/samples/globalState/README.md
T
2018-08-31 15:31:14 +07:00

220 B

Shared global state

This example shows how one could implement global shared state using interop mechanisms.

To build use ../gradlew assemble.

To run use ./build/exe/main/release/<platform>/globalState.kexe.