blob: 35ba8a25f94a5daeb09bc1fff2dde7f96559f8ca [file] [log] [blame]
plugins {
id("org.jetbrains.kotlin.jvm")
id("com.vanniktech.maven.publish")
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
dependencies {
api projects.leakcanary.leakcanaryGc
api projects.shark.shark
implementation libs.okio2
testImplementation libs.assertjCore
testImplementation libs.junit
testImplementation projects.shark.sharkHprofTest
}