what is the smallest/cheapest device I could buy that would run Kotlin? Something like a Raspberry Pi? Any Kotlin target is fine (JVM, Native, JS, Wasm?)
Adam S
07/23/2023, 10:33 AM
This is for a hobby IOT project, where I want a few devices to monitor some environmental sensors. I have something working with running C on a ESP32, but I’m curious about whether 100% Kotlin is possible.