Hey @channel I am working on kmp project and want ...
# multiplatform
r
Hey @channel I am working on kmp project and want to create a custom gradle convention plugin for setting up compose multiplatform UI testing. But I don't know how to add below dependencies because we cannot directly reference the
compose.uiTest
or
compose.desktop.currentOs
. Any ideas how to do that??
Copy code
commonTest.dependencies {
            @OptIn(ExperimentalComposeLibrary::class)
            implementation(compose.uiTest)
        }

        desktopTest.dependencies {
            implementation(compose.desktop.currentOs)
        }
Hey @Chrimaeon, can you help me with this?
I couldn't find the actual dependency for compose.uiTest and compose.desktop.currentOs
c
move your question to #C19FD9681 or ask in the gradle community slack. https://gradle.org/slack-invite/