wupdigital / android-maven-publish

Modification of the standard Maven Publish plugin to be compatible with android-library projects (aar).
Apache License 2.0
326 stars 39 forks source link

Version 3.6.3 of this plugin is incompatible with version 1.4.30 of Kotlin #45

Closed adil-hussain-84 closed 3 years ago

adil-hussain-84 commented 3 years ago

I just tried upgrading Kotlin to the latest version (1.4.30) in a couple of my Android library projects which use this plugin and I'm seeing the publish and publishToMavenLocal Gradle tasks are failing with an error message as follows:

Invalid publication 'QuranSDK': multiple artifacts with the identical extension and classifier ('aar', 'null').

You can see this error if you clone the upgrade-kotlin branch of the quran-sdk GitHub repository and run the publishToMavenLocal Gradle task.

warnyul commented 3 years ago

You should use this one: https://developer.android.com/studio/build/maven-publish-plugin instead.