2

I am trying to create a Java sub-module using Gradle by myself. I followed the steps in http://kotlinlang.org/docs/reference/using-gradle.html#using-Gradle albeit the split of some things in different Gradle files, and the IDE seems to recognize everything correctly, Kotlin source does not make it to the classpath. In https://github.com/stoyicker/master-slave-clean-store/tree/792c8207776846b0320c1e055521a288c9e63b5a you can see a snapshot of what fails.

1 Answers1

0

So I didn't really solve this, but I think it has something to do with the module being set up as a library one. Once I added another one (Android in that case, although I doubt that matters) as an application and referenced to the first one from it, everything worked correctly. /shrug