Igor Demin 8 months 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)
// 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