android-maven-gradle-plugin
android-maven-gradle-plugin copied to clipboard
WARNING: API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'
After updating to Kotlin 1.3.30, I got the following error:
WARNING: API 'variant.getPackageLibrary()' is obsolete and has been replaced with 'variant.getPackageLibraryProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getPackageLibrary(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
same here!
same here
same here
same here
same here
any update?
same here
If you are using Kotlin 1.3.30+ and Gradle 5.x use https://github.com/sky-uk/gradle-maven-plugin