Compiling a smart contract in Kotlin
Compiling Kotlin smart contract to static binary with the QVM compiler
docker run --rm -v $(pwd):/ws qanplatform/qvm-compiler-kotlin# checking output size of QVM compiler
ls -alh contract
-rwxr-xr-x 1 user group 150K May 23 16:39 contractLast updated