Java Android Library Support
See original GitHub issueBinary 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.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Support Library
This document provides an overview of the support library to help you understand its components and how to use it effectively in your...
Read more >Support Library Setup
How to set up your app to use the Android Support Libraries. ... The AndroidX library contains the existing support library and also...
Read more >Create an Android library
Click File > New > New Module. In the Create New Module window that appears, click Android Library, then click Next. There's also...
Read more >Support Library Packages
The Android Support Library contains several library packages that can be included in your application. Each of these libraries supports a specific range...
Read more >Implementing Java SDK Library
The Android platform contains a large number of shared Java libraries that can optionally be included in the classpath of apps with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No need to hurry, bugs happen. I’ve rather posted it here so it’s easier to catch the fix when somebody is ready to work on it
Good point.
I’m not sure how hard it would be to add it and if there are any caveats that may prevent us from implementing it though. I’m ready to properly review and evaluate a contribution (or a PoC) for this functionality