Is it possible to specify the configuration in mul...
# multiplatform
g
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
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