aboutsummaryrefslogtreecommitdiff
path: root/core/testApi/build.gradle
blob: 82d0fd417445572bad7529342ebf6fe0c069c268 (plain)
1
2
3
4
5
6
dependencies {
    compileOnly project(":core")
    implementation group: 'junit', name: 'junit', version: '4.12'
    implementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: kotlin_version
    implementation ideaRT()
}