Does anyone know a fix for not being able to use m...
# multiplatform
s
Does anyone know a fix for not being able to use multiplatform modules inside jvm modules? Even though the module is inluded as a dependency wtih
jvm()
target, its source code can’t be used.
c
It works well for me. Anything more precise? Here's a project in which it works; https://gitlab.com/clovis-ai/formulaide/-/blob/main/database/build.gradle.kts
s
it was working for me, but all of a sudden stopped and I can no longer compile
a
Buy it should still compile I guess!
s
@Arkadii Ivanov I’m used to seeing it compile too, but it’s not this time, and I’ve double checked everything.
Does anyone know how to translate a
platform
dependency with kotlin jvm to multiplatform? Multiplatform doesn’t seem to know about
platform
dependencies
a
That's must be a reason, never used
platform
deps.