I'm trying out a kotlinjs module in a multiplatfor...
# multiplatform
m
I'm trying out a kotlinjs module in a multiplatform project, but am running into
Module not found: Error: Can't resolve 'common' in (...)
even though it is properly defined in gradle. Any idea why would this happen?
l
Declared without typo in the `settings.gradle`(
.kts
) file ?
m
yes, I have an android project in it as well and it works properly