Is there a way to generate a baseline for Kotlin's...
# compiler
a
Is there a way to generate a baseline for Kotlin's explicit mode? We've introduced it to an old code base with the mode being
warning
and we were wondering if it's possible to generate a baseline so that it can show errors for newly added code but warnings for legacy ones?