File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11import org.gradle.internal.jvm.Jvm
22import org.gradle.internal.os.OperatingSystem
33import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
4+ import org.jetbrains.compose.ExperimentalComposeLibrary
45import org.jetbrains.compose.desktop.application.dsl.TargetFormat
56import org.jetbrains.compose.desktop.application.tasks.AbstractJPackageTask
67import org.jetbrains.compose.internal.de.undercouch.gradle.tasks.download.Download
@@ -119,6 +120,8 @@ dependencies {
119120 implementation(libs.markdown)
120121 implementation(libs.markdownJVM)
121122
123+ @OptIn(ExperimentalComposeLibrary ::class )
124+ testImplementation(compose.uiTest)
122125 testImplementation(kotlin(" test" ))
123126 testImplementation(libs.mockitoKotlin)
124127 testImplementation(libs.junitJupiter)
You can’t perform that action at this time.
0 commit comments