You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require JVM ABI dump presence in empty KMP projects (#244)
* Require JVM ABI dump presence in empty KMP project
Currently, only JVM ABI validation in KMP projects
allows having no dump file. In other cases (JVM ABI
validation in K/JVM project or KLib validation) require
the presence of an ABI dump file. Lack of such a file
is treated as a validation error.
The main motivation for having a dump files instead of
simply ignoring such projects is that otherwise BCV
won't be able to catch the case when all sources
were removed from a project.
Fixes#243
0 commit comments