If I have an Android target, and define a const va...
# multiplatform
s
If I have an Android target, and define a const val in the common source set, will this variable be accessible to the app that consumes the AAR artifact in a non mono repo scenario? E.g a standard maven artifact ? Curious how the commonMain source set merging / package visibility works
m
I think it should
s
awesome thank you