I haven't encountered any Kotlin-related issues wh...
# intellij
b
I haven't encountered any Kotlin-related issues while doing IDEA plugins. It's actually nicer to do in Kotlin since a fair amount of JetBrains' code is annotated with
@Nullable
and
@NotNull
. Anyway, if you have any questions, I'd be happy to help.