Sign in
chromium
/
external
/
github.com
/
square
/
leakcanary
/
315b335fcd2811ac6612b2d8e6452580d58be0e0
/
.
/
leakcanary
/
leakcanary-gc
/
build.gradle
blob: 3ff8340897c009981963fc58a55f65ebf5fe46b1 [
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
{
implementation libs
.
kotlin
.
stdlib
}