Sign in
chromium
/
external
/
github.com
/
square
/
leakcanary
/
02d0d8b6ebfe8de55c109b904d7b526063f3f852
/
.
/
leakcanary
/
leakcanary-gc
/
build.gradle.kts
blob: 1fe48b866d8bc333c676feaccec52088ca1ba576 [
file
] [
log
] [
blame
]
plugins
{
id
(
"org.jetbrains.kotlin.jvm"
)
id
(
"com.vanniktech.maven.publish"
)
}
java
{
sourceCompatibility
=
JavaVersion
.
VERSION_1_8
targetCompatibility
=
JavaVersion
.
VERSION_1_8
}
dependencies
{
implementation
(
libs
.
kotlin
.
stdlib
)
}