`artifactoryPublish.dependsOn assembleRelease` cau...
# multiplatform
k
artifactoryPublish.dependsOn assembleRelease
causes "Could not get unknown property 'assembleRelease' for root project 'FeatureModule' of type org.gradle.api.Project." this is a standard Android task. anyone know why it can't be found?
does it have to do with some gradle evaluation order?
ah, it needs to be in quotes unless it's defined in the gradle file