yusuf3000
03/26/2018, 8:17 AMexpect
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?