I am using the allopen compiler plugin, but it is ...
# intellij
d
I am using the allopen compiler plugin, but it is only applied when building using gradle. If I use the normal IntelliJ launch configurations, classes are still final. How do I tell IntelliJ about the plugin?
y
normally this should be imported automatically. if it doesn't, please file a YT issue with a snippet of your build.gradle where you apply the plugin
d
Seems Build > Rebuild Project made it work