Never mind, figured it out
# scripting
c
Never mind, figured it out
c
Are you trying to use kts inside spring boot app? If you figure it out, please share the experience! I'm very interested in that. Currently we have ability to perform some administration work via groovy scripts uploaded to a running spring boot application. I've tried to do the same with kts scripts but it didn't work because of conflicts between some libs used by the app and same or alternative implementation libs shadowed inside the kotlin-compiler-embeddable (some low-level XML stuff, if memory serves me right).
c
Nope, nothing to do with Spring, just evaluating some Kotlin inside Kotlin
c
Oh, ok, good luck anyway 🙂
j
Still how did you do it 😄
c
Very easy, I'll post something