Yang
11/05/2020, 11:23 PMIgor Demin
11/06/2020, 8:48 AMnamed("commonTest") {
dependencies {
implementation(compose("org.jetbrains.compose.ui:ui-test-junit4"))
}
}
Yang
11/06/2020, 9:36 AMIgor Demin
11/06/2020, 10:04 AMIs this a goal we’re moving towards?It is definitely one of the benefits of Compose Multiplatform 😉 You can write common code in commonMain and write tests in desktopTest
Yang
11/06/2020, 12:41 PM