When building a multiplatform app for Android, I n...
# multiplatform
r
When building a multiplatform app for Android, I notice that I have two
mapping.txt
files -- one in the
shared
build, and one in the Android app build. However, the Play store only accepts one file. Does the Android one contain all the necessary information from
shared
?
s
It is probably just like multi module setup and the one from app module should be fine.
🆗 1