Igor Demin 1 year ago committed by Igor Demin
parent
commit
b59763428e
  1. 3
      ci/templates/desktop-template/build.gradle.kts

3
ci/templates/desktop-template/build.gradle.kts

@ -19,7 +19,8 @@ dependencies {
implementation(compose.desktop.currentOs)
// Include the Test API
implementation(compose.desktop.uiTestJUnit4)
// compileOnly instead of testImplementation for checking compilation of the tutorials
compileOnly(compose.desktop.uiTestJUnit4)
}
compose.desktop {

Loading…
Cancel
Save