Igor Demin 1 year ago committed by GitHub
parent
commit
b2d0ee9a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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) implementation(compose.desktop.currentOs)
// Include the Test API // Include the Test API
implementation(compose.desktop.uiTestJUnit4) // compileOnly instead of testImplementation for checking compilation of the tutorials
compileOnly(compose.desktop.uiTestJUnit4)
} }
compose.desktop { compose.desktop {

Loading…
Cancel
Save