Sign in
chromium
/
external
/
github.com
/
square
/
leakcanary
/
540a39bfcd41b6d900f56f458b0e7691104a6b1f
/
.
/
shark
/
shark-test
/
build.gradle.kts
blob: 5a46a6c69c2c9b87979627458d5093f0cf6787b5 [
file
] [
log
] [
blame
]
plugins
{
id
(
"org.jetbrains.kotlin.jvm"
)
}
sourceCompatibility
=
JavaVersion
.
VERSION_1_8
targetCompatibility
=
JavaVersion
.
VERSION_1_8
dependencies
{
implementation libs
.
kotlin
.
stdlib
implementation libs
.
assertjCore
implementation libs
.
junit
}