Hello, does anyone know if you have an android tar...
# multiplatform
j
Hello, does anyone know if you have an android target and you are publishing to maven will there be two artifacts, one for the common code and one for android as an aar, or just one?
t
Do you mean a KMP project with just an Android target?
j
yes. well at least with an android target and some code in the android source set.
t
Anyway KMP publication is always consist of multiple publications right now, so it should have two publications
j
hmm
t
top-level is for common code and one nested for AGP
j
thats not what I am seeing locally
🤔 1
Screenshot 2025-07-18 at 10.55.44.png
thats with an android target and android specific code
checking my gradle config
oh i see it now. my mistake. the publish variants was off
👍 1