Join Slack
Communities
Powered by
Anyone has an idea how to enable allopen plugin on...
# announcements
a
antonkeks
09/04/2017, 8:47 AM
Anyone has an idea how to enable allopen plugin on the command-line/IDEA settings? I tried adding
-P plugin:org.jetbrains.kotlin.allopen:annotation=javax.inject.Singleton
with no effect
k
karelpeeters
09/04/2017, 11:08 AM
Just add it to your build script, Idea should pick it up automatically:
https://kotlinlang.org/docs/reference/compiler-plugins.html#all-open-compiler-plugin
7
Views
Open in Slack
Previous
Next