Sorry another question. I have an `expect` class i...
# multiplatform
y
Sorry another question. I have an
expect
class in my common module and an `actual`implementation in my platform module, but the compiler keeps telling me there is no actual implementation or expected declaration. How do the modules “see” each other? Is it through the gradle set up?I’ve got the
expectedBy
line in my gradle file in my platform project. Are there any other areas where this could be going wrong?