In my attempts to upgrade my team’s current (5+) p...
# multiplatform
b
In my attempts to upgrade my team’s current (5+) projects to Kotlin 1.4.10 from 1.3.72 and 2 of them being based on multiplatform, I am finding on our multiplatform projects that out of nowhere our
library-android
publications are missing, I have tried diving into multiple reasons of why this might be, but we can not use a jvm or an
apk
output and expect the aab usage. We are using a maven publish, and after pulling down multiple example projects of 1.4, I am seeing similar situations from those projects not having the same
android
build target output, and libraries seem to be in the same place itself. I know that Kotlin 1.4 is more focused on using the metadata, but checking the actual output in the maven repo, will have
lib-iosx64
lib-jvm
lib-macos
and
lib-metadata
Given the only change on this is different on the upgrade to 1.4, I am trying to sort out what link I am missing as we have current pipelines running appropriately under 1.3.72….