Hi, I'm currently writing a Java web app with javalin + jte. Since I upgraded to version 5 of Javalin, I started using this package which requires jte-kotlin to be included in my dependencies in addition to jte. Is there any way around this? It isn't a big deal, but I'd rather keep the number of dependencies down if possible.
Hi, I'm currently writing a Java web app with javalin + jte. Since I upgraded to version 5 of Javalin, I started using this package which requires
jte-kotlin
to be included in my dependencies in addition tojte
. Is there any way around this? It isn't a big deal, but I'd rather keep the number of dependencies down if possible.