How would I add an additional dependency in a proj...
# korge
n
How would I add an additional dependency in a project consuming the korge gradle plugin, since
kotlin
closure is not available in the consuming project?
aah my bad. I was adding the dependency before the plugin got applied. fixed it.
a
how did you fix it?
n
I dont need a target specification because the libary I need to consume is MP itself. https://github.com/emign/libEmi_Template/blob/3b7ef639b2140116099bda1d4bf094ac96795101/build.gradle.kts#L33