Anyone with some help, why I can’t reference my cl...
# multiplatform
n
Anyone with some help, why I can’t reference my classes in my common module from my backend module?
I’m including the common with
implementation(project(":common"))
, it works well with my app module, but not the backend
k
Could you send more code on your Gradle config?
n
Found out the problem in the end, the
KotlinJvmTarget
wasn’t added with
jvm("...")
k
Glad you solved it!