How can I make IntelliJ not complain about this fo...
# announcements
f
How can I make IntelliJ not complain about this for the entire project?
g
Set this annotation in compiler options of every module in your project See docs: https://kotlinlang.org/docs/reference/experimental.html
👍 1