Hey folks, there are a few minor things I would love to contribute, but I want to do a quick check upfront.
1. I see the
docs mention that jte does not support native server, but I suspect that is outdated. jte can
precompile templates and also generate (Kotlin) static
facades to access them. It means those will be just regular Kotlin code, compiled directly to bytecode. There are still a few deps to jte classes, but I suspect it is not a blocker. What would be the best way to check my assumptions here?
2. jte is not listed in the plugin list when creating new projects in IDEA or
start.ktor.io. I assume adding it to
ALL_FEATURES
will fix that, correct?