hm, i am trying to set up a dependency on a publis...
# javascript
n
hm, i am trying to set up a dependency on a published jar that has only data classes, but my gradle build does not seem to recognize the types, do I need to publish the module differently from a normal kotlin dependency?
b
Which files did you write to jar?
In short: you should compile with
-meta-info
option and write whole output to jar.