https://kotlinlang.org logo
Title
c

coder82

11/09/2018, 5:21 PM
mmm it was nice to depend my backend jvm on the frontend js
😱 1
😞 1
g

gildor

11/10/2018, 6:15 AM
I think you can achieve it using custom Jar task
c

coder82

11/10/2018, 6:56 PM
so without depending with: compile project("😒fn-adapters-core:frontend-core") directly?
g

gildor

11/11/2018, 2:29 PM
yes, without dependency on project which doesn’t make a sense if you do not share code (if you do, better to use MPP plugin for that), so instead you just add dependency frontend-code build task and pack result of frontend build to backend’s jar using custom Jar task config (see gradle docs how to do that)