Hello. I'm using kotlin 1.4.30 in a multi-module p...
# announcements
l
Hello. I'm using kotlin 1.4.30 in a multi-module project. When I make a change at the code, it seems that Intellij is not compiling the new code. I need to always run gradle clean first, so my changes take effect. Has anyone been thru this before?
a
Seems like some kind of incremental compilation issue. Sadly, this is almost impossible to investigate without a full reproducer project with steps to reproduce. If you can share, please create a bug at http://kotl.in/issue. Thanks.