I have a private library that was written in kotlin v1.0.2 and I am importing it into my main app that doesn’t have kotlin support in the dependencies. Now I’m running in to problem with building in Android studio as it doesn’t recognize the other library’s classes. Does this happen to any of you?