Relative Content

Tag Archive for javaandroidkotlingradle

Kotlin compiler does not include imports?

I’m trying to compile a Kotlin project to a JAR file. My problem is that compiler does not recognize imports of Kotlin classes included in the project. The app can be build and run without errors.