Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
dependencies
/
removeJarDependencies.gradle.dcl
blob: 6a1fa645e0e610dd81f61c739e3250340b69c2d9 [
file
] [
log
] [
blame
]
androidApp
{
dependenciesDcl
{
implementation
(
"com.example.libs:lib1:0.+"
)
compile
(
files
(
"lib1.jar"
))
//api(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
}
}