CenturyLinkCloud / mdw

https://centurylinkcloud.github.io/mdw/
MIT License
46 stars 10 forks source link

Kotlin assets are no longer dynamic #843

Open donaldoakes opened 4 years ago

donaldoakes commented 4 years ago

When a Kotlin asset (for example, an @Handler) is modified, and then the server cache is refreshed, the kt class should be recompiled like dynamic Java. Somehow this was broken in ClassLoader refactoring that took place sometime back.