Hi everyone, I'm using the latest version onf kotl...
# multiplatform
k
Hi everyone, I'm using the latest version onf kotlinconf-app as starter for my kotlin multiplatform project. I'm using intellij idea as well. I add my own classes in common folder (native one) and build project. I can use my new classes in both Android and iOS. I try to enable databinding in Android and right after, my app compile but all my common classes in Android are not recognize. After removing databinding, I'm still stuck with unresolved classes. Do you have same issue ? This issue where your common classes are unresolved in IDE but you can run the app on device ?