So feeling particularly dumb, I have an example Ko...
# javascript
s
So feeling particularly dumb, I have an example Kotlin/react js project and I am trying to add some .jar dependencies via gradle. I'm trying to use the file tree implementation statement but the dependencies don't appear to be imported. Any ideas?
b
You cannot use jvm dependencies in js project
s
Well that would explain my issues, is there anyway if including a jvm sub module? I have a jvm based middleware I am using and want to pass data to a react front end. Is there a good way of doing this?
b
The standard is to pass data via HTTP requests
s
@Big Chungus thanks 👍