josephivie
02/22/2019, 3:27 AMpublishLibraryVariants("release")
, I keep getting org.gradle.api.UnknownDomainObjectException: KotlinJvmAndroidCompilation with name 'release' not found.
. If I attempt to create one manually in the line above using compilations.create("release")
, it gives Cannot add a KotlinJvmAndroidCompilation with name 'release' as a KotlinJvmAndroidCompilation with that name already exists.
If I just read the compilations before hand, I can see that there are none.
Can anyone help? I've been investigating this for a couple hours nowh0tk3y
02/22/2019, 11:17 AMjetbrains-team
.josephivie
02/22/2019, 5:24 PMjosephivie
02/22/2019, 7:22 PM