If I got a KMP gradle module, which has an android...
# multiplatform
s
If I got a KMP gradle module, which has an androidImplementation target (
androidLibrary {}
target). And on that sourceSet I depend on an android-only module which exposes resources through
R.string...
. Am I normally supposed to be able to access those resources? I am seeing that I can't resolve the R class, but I am not sure if it's my misconfiguration or if this is infeasible