Join Slack
Powered by
hm, i am trying to set up a dependency on a publis...
# javascript
n
nomad
10/16/2017, 4:50 PM
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
bashor
10/16/2017, 8:52 PM
Which files did you write to jar?
bashor
10/16/2017, 8:53 PM
In short: you should compile with
-meta-info
option and write whole output to jar.
bashor
10/16/2017, 8:53 PM
you can find some info here
https://kotlinlang.org/docs/tutorials/javascript/getting-started-command-line/command-line-library-js.html
5
Views
Open in Slack
Previous
Next