spierce7
09/25/2019, 9:54 PMKris Wong
09/25/2019, 9:59 PMspierce7
09/25/2019, 10:05 PM> Failed to notify project evaluation listener.
> Kotlin target 'android' tried to set up publishing for Android build variants that are not library variants or do not exist:
* release
Check the 'publishLibraryVariants' property, it should point to existing Android library variants. Publishing of application and test variants is not supported.
> Kotlin target 'android' tried to set up publishing for Android build variants that are not library variants or do not exist:
* release
Check the 'publishLibraryVariants' property, it should point to existing Android library variants. Publishing of application and test variants is not supported
adam-mcneilly
09/26/2019, 4:26 AMspierce7
09/26/2019, 4:40 AMkotlin {
android {
publishAllLibraryVariants()
}
adam-mcneilly
09/26/2019, 4:58 AMspierce7
09/26/2019, 4:59 AMlouiscad
09/26/2019, 5:42 AMspierce7
09/26/2019, 5:55 AMlouiscad
09/26/2019, 7:10 AM