using IntelliJ to build a kotlin application that ...
# announcements
j
using IntelliJ to build a kotlin application that uses an external JAR from a separate kotlin project I added the jar to project structure -> modules -> depependencies (under app_main) it runs fine when I test in IDE but
gradle jar
command cannot find the class files what change do I need to make to the
build.gradle
file or settings? is it possible to make the IDE do this automatically when you add an external jar? (this is a local jar currently, not on maven)