blob: d8624386e832f4e5b93e097f24fc340bba27c2b1 [file]
plugins {
id("kotlin")
}
description = "Contains test for the compose compiler daemon"
dependencies {
testImplementation(project(":kotlin-stdlib"))
testImplementation(project(":compiler:cli-common"))
testImplementation(platform(libs.junit.bom))
testImplementation(libs.junit4)
testImplementation(gradleTestKit())
}
projectTest(parallel = true) {
dependsOn(":plugins:compose-compiler-plugin:compiler:publish")
workingDir = rootDir
}