jmfayard
07/13/2021, 8:06 PMnfrankel
07/13/2021, 8:28 PMnfrankel
07/13/2021, 8:29 PMjmfayard
07/13/2021, 8:41 PMMark Murphy
07/13/2021, 11:25 PMcd kolin-cli-starter
...which I suspect should be:
cd kotlin-cli-starter
(BTW, nice post!)jmfayard
07/14/2021, 3:55 AMnfrankel
07/14/2021, 6:24 AMI’m not sure why you would want to use GraalVM since we have Kotlin nativeseparation of concern and speed of development with graalvm, i write my app first and then i can decide it’s not performant enough and make it a native executable i’m able to defer an important decision with kotlin native, i’ve to think about what implementations are platform-specific and design my code around that
nfrankel
07/14/2021, 6:24 AMMatteo Mirk
07/14/2021, 8:43 AMnfrankel
07/14/2021, 8:57 AM