&gt; <@U3D2DCKQT>: will Kotlin work in environment...
# announcements
e
@pniederw: will Kotlin work in environments that don’t support Java reflection?
Yes. kotlin is fully static and does not need refelction to work. kotlin-reflect.jar is optional.