Hi all, I was hoping to consume a Kotlin JS subpro...
# javascript
j
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
Hi! How “server” should use this artifsct? Shouldn’t it be something like static resources?