[Gradle] Add 'gradleKotlinDsl' dependency to 'functionalTestImplementation'

^KT-48823
This commit is contained in:
sebastian.sellmair
2021-09-27 23:11:36 +02:00
committed by Space
parent 29fb74d27d
commit 5430b19262
@@ -84,6 +84,8 @@ dependencies {
because("Functional tests are using APIs from Android. Latest Version is used to avoid NoClassDefFoundError")
}
functionalTestImplementation(gradleKotlinDsl())
testImplementation(intellijDep()) { includeJars("junit", "serviceMessages", rootProject = rootProject) }
testCompileOnly(project(":compiler"))