Martin Feldsztejn
05/08/2021, 5:48 AMAnimesh Sahu
05/08/2021, 5:59 AMA quick sample of Kotlin/JS after a lot of fighting with dukatHaha 😛
Joffrey
05/08/2021, 7:25 AMcrummy
05/08/2021, 8:08 AMJoffrey
05/08/2021, 8:12 AMVampire
05/08/2021, 10:32 AMRescribet
05/08/2021, 12:49 PM@Joffrey: wants to build for GraalVMI tried building a native-image last week, but that isn’t trivial either (for non-java people at least). First building a ‘fat jar’, then configuring the flags, setting up a reflection.json with some magic contents, and after all that, I got stuck on it being unable to find my
application.conf
and it not accepting a flag for the port either.
Would be great to have some ktor to native-image plugin or something (perhaps for getting better in benchmarks as well)Martin Feldsztejn
05/08/2021, 1:03 PMMartin Feldsztejn
05/08/2021, 1:08 PM