Hello, World! I'm making a small library that needs to be configured via http, so naturally I used ktor for this. I used freemarker for the templates and, alas, I didn't think to check beforehand but, freemarker is absolutely not compatible with Android (it uses javax.swing (?!) and java.beans). And my library must work on Android 😢