So I'm trying to use a kotlin library project in a...
# announcements
a
So I'm trying to use a kotlin library project in a java application and when I go to build it the classpath only references the submodule/build/classes/java/main directory. I see that the submodule/build/libs/jar-file.jar contains all the classes, but I can't figure out how to get the project to reference the jar file or additionally source classes from the generated submodule/build/classes/kotlin directory