Hi, I've got a kotlin library I've written (some d...
# announcements
n
Hi, I've got a kotlin library I've written (some data classes in a jar along with some jackson annotations). When other people in my team who work on another project (thats not kotlin) that consumes this jar import the project, they complain of longer than usual startup times for the app and for unit tests. They've indicated disabling the intellij plugin gets rid of the pause (and it doesnt happen at the command line) Wondering if anyone else has experienced this issue before. where should I ask for help?