hey :wave: I'm playing around w/ Kotlin multiplatf...
# intellij
r
hey 👋 I'm playing around w/ Kotlin multiplatform compose, and am running into a weird issue. I have a pretty simple setup, a multi-module gradle file with the following modules
Copy code
:api
:cli
:ui:android
:ui:common
:ui:desktop
however, when I try to run the Api through intellij, it complains that it cannot find a gradle task to build api, despite api having a
build
step when inspected in the gradle side panel. Anyone have any idea what might be up here? Wondering if it's something to do w/ my multiplatform configuration, since I have never had this problem with pure JVM based projects.
hmm ok it works if I change
Build
into
Build Project
... anyone know why this would be an issue in a multiplatform project?
i