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
Big Chungus
08/10/2022, 10:46 PM
You cannot use jvm dependencies in js project
s
simon ballantyne
08/11/2022, 6:40 AM
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?