Hi there! Not sure if this is on topic for this ch...
# gradle
n
Hi there! Not sure if this is on topic for this channel, but I was recently starting to use Jooby in combination with Gradle and Kotlin and noticed that the awesome Hotswap feature is not working properly with Kotlin code in the mix. I opened up a ticket with the developer(s) of Jooby here: https://github.com/jooby-project/jooby/issues/761 Basically I was wondering how I would detect in a Gradle Plugin, that the Kotlin plugin is also enabled and how I would get all the main source directories that are configured for the Kotlin compiler. Maybe @alexey.tsvetkov?