https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
g

gumil

08/22/2019, 11:02 AM
Is it possible to specify the configuration in multiplatform projects? I have a project with transitive multiplatform dependencies and intellij does not recognize the transitive dependency. transitive dependency -> dependency -> application transitive dependency classes are not resolved in the IDE but compiling it in the command line succeed
r

russhwolf

08/22/2019, 10:45 PM
Sounds like you’re waiting on https://youtrack.jetbrains.com/issue/KT-27801 There’s some experimental stuff in 1.3.50 that might (or might not) help. See https://youtrack.jetbrains.com/issue/KT-32564 for some details