Anyone has an idea how to enable allopen plugin on...
# announcements
a
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
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