https://kotlinlang.org logo
#ktor
Title
# ktor
m

marcospereira

10/24/2023, 2:38 PM
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?
a

Aleksei Tirman [JB]

10/30/2023, 9:33 AM
1. I think the best way would be to try implementing the Jte plugin for the native targets. 2. Where did you find the
ALL_FEATURES
constant?
m

marcospereira

11/01/2023, 1:47 AM
Hey @Aleksei Tirman [JB], thanks for getting back to me. 1. Can you point me to the proper docs about how to do that? 2. Here: https://github.com/ktorio/ktor-init-tools/blob/790e8b389ae9aed630eea72a73181a3a5b7[…]r-generator/src/commonMain/kotlin/io/ktor/start/features/all.kt.
a

Aleksei Tirman [JB]

11/01/2023, 7:36 AM
1. What information must the docs provide? 2. This is the obsolete repository. The current repository is private.