xref: /aosp_15_r20/external/leakcanary2/leakcanary-object-watcher/build.gradle (revision d9e8da70d8c9df9a41d7848ae506fb3115cae6e6)
1*d9e8da70SAndroid Build Coastguard Workerplugins {
2*d9e8da70SAndroid Build Coastguard Worker  id("org.jetbrains.kotlin.jvm")
3*d9e8da70SAndroid Build Coastguard Worker  id("com.vanniktech.maven.publish")
4*d9e8da70SAndroid Build Coastguard Worker}
5*d9e8da70SAndroid Build Coastguard Worker
6*d9e8da70SAndroid Build Coastguard WorkersourceCompatibility = JavaVersion.VERSION_1_8
7*d9e8da70SAndroid Build Coastguard WorkertargetCompatibility = JavaVersion.VERSION_1_8
8*d9e8da70SAndroid Build Coastguard Worker
9*d9e8da70SAndroid Build Coastguard Workerdependencies {
10*d9e8da70SAndroid Build Coastguard Worker  implementation libs.kotlin.stdlib
11*d9e8da70SAndroid Build Coastguard Worker  api projects.sharkLog
12*d9e8da70SAndroid Build Coastguard Worker
13*d9e8da70SAndroid Build Coastguard Worker  testImplementation libs.assertjCore
14*d9e8da70SAndroid Build Coastguard Worker  testImplementation libs.junit
15*d9e8da70SAndroid Build Coastguard Worker}
16