Closed as not planned
Description
Binary compatibility plugin configures necessary tasks like 'apiDump' and 'apiCheck' only if kotlin
, kotlin-android
or kotlin-multiplatform
plugins are applied as can be seen here
Although it can be used for Java libraries, due to missing the plugins listed above, necessary tasks are not created.
Java Android libraries can be supported if the tasks are also created for projects where com.android.library
plugin is applied.