[Gradle] Add 'gradleKotlinDsl' dependency to 'functionalTestImplementation'
^KT-48823
This commit is contained in:
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")
|
because("Functional tests are using APIs from Android. Latest Version is used to avoid NoClassDefFoundError")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
functionalTestImplementation(gradleKotlinDsl())
|
||||||
|
|
||||||
testImplementation(intellijDep()) { includeJars("junit", "serviceMessages", rootProject = rootProject) }
|
testImplementation(intellijDep()) { includeJars("junit", "serviceMessages", rootProject = rootProject) }
|
||||||
|
|
||||||
testCompileOnly(project(":compiler"))
|
testCompileOnly(project(":compiler"))
|
||||||
|
|||||||
Reference in New Issue
Block a user