Join Slack
Powered by
Hi all, I was hoping to consume a Kotlin JS subpro...
# javascript
j
James Ward
12/10/2019, 8:05 PM
Hi all, I was hoping to consume a Kotlin JS subproject in a Micronaut server subproject as a Jar dependency but it didn't work because it wasn't a JVM artifact. I was able to depend on the Jar directly:
https://github.com/GoogleCloudPlatform/air-draw-demo/blob/kotlinconf/server/build.gradle.kts#L27
But that isn't ideal. Any ideas on a better way to do this?
b
bashor
12/20/2019, 12:52 PM
Hi! How “server” should use this artifsct? Shouldn’t it be something like static resources?
3
Views
Open in Slack
Previous
Next