How can I make one module depend on the jar from a...
# kobalt
s
How can I make one module depend on the jar from another module? I tried the following but get an exception:
Copy code
file("CodeGen/kobaltBuild/libs/CodeGen-${Versions.pokekotlin}.jar").let {
            apt(it)
            compile(it)
        }