Is there a way to supress warnings for an entire p...
# announcements
f
Is there a way to supress warnings for an entire project? The point is to supress "unused" warnings in a library.
d
explicit api mode? (Haven't tried it yet though)
f
doesn't remove warnings
a
You probably mean "Unused symbol" IDEA inspection for Kotlin declarations? Just disable the inspection in IDEA settings.