Add kotlin README.md

This commit is contained in:
ok300
2023-11-17 13:27:41 +01:00
parent 0862b18fb9
commit 7ea26f7ddd

View File

@@ -0,0 +1,6 @@
## Steps to compile the snippets locally
```bash
cd snippets/kotlin_mpp_lib/
./gradlew build
```