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 api projects.shark 11*d9e8da70SAndroid Build Coastguard Worker 12*d9e8da70SAndroid Build Coastguard Worker implementation libs.kotlin.stdlib 13*d9e8da70SAndroid Build Coastguard Worker 14*d9e8da70SAndroid Build Coastguard Worker testImplementation libs.assertjCore 15*d9e8da70SAndroid Build Coastguard Worker testImplementation libs.junit 16*d9e8da70SAndroid Build Coastguard Worker testImplementation libs.kotlinStatistics 17*d9e8da70SAndroid Build Coastguard Worker testImplementation libs.mockito 18*d9e8da70SAndroid Build Coastguard Worker testImplementation libs.mockitoKotlin 19*d9e8da70SAndroid Build Coastguard Worker testImplementation libs.okio2 20*d9e8da70SAndroid Build Coastguard Worker testImplementation projects.sharkHprofTest 21*d9e8da70SAndroid Build Coastguard Worker testImplementation projects.sharkTest 22*d9e8da70SAndroid Build Coastguard Worker} 23