New sample

This commit is contained in:
soywiz
2018-12-20 17:49:13 +01:00
parent d2d4e1fd80
commit c9bf8b5bbf
24 changed files with 543 additions and 224 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/bash
docker run \
"-v$PWD:/work" \
"-v$HOME/.gradle-linux:/root/.gradle" \
"-v$HOME/.m2:/root/.m2" \
"-v$HOME/.konan:/root/.konan" \
soywiz/kotlin-native-win \
./gradlew $*