mbonnin
05/13/2020, 2:31 PMBuildType
attribute ? Something like only publish the release
variant and only expose that to consumers ?
Right now, when a user declares a custom BuildType
in app/build.gradle.kts
, variant matching doesn't find the android lib and fallbacks to the JVMSam Dozor
05/13/2020, 2:50 PMkotlin {
android() {
publishLibraryVariants("release")
}
}
mbonnin
05/13/2020, 2:50 PMBuildType = release
attributeSam Dozor
05/13/2020, 2:50 PMmbonnin
05/13/2020, 2:51 PMshikasd
05/13/2020, 9:33 PMtaso
05/13/2020, 10:13 PMshikasd
05/13/2020, 10:20 PMSam Dozor
05/13/2020, 10:21 PMmbonnin
05/15/2020, 6:36 PM