Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
PathSuppressJoin.gradle.dcl
blob: a25fea98bc6c56a58e4f37777538c30d1ed22636 [
file
] [
log
] [
blame
]
declarativeDependencies
{
compile
(
files
(
"my/libs/http1.jar"
))
//noinspection GradleDependency
compile
(<
warning descr
=
"Do not use Windows file separators in .gradle files; use / instead"
>
files
(
"my\\li<caret>bs\\http2.jar"
)</
warning
>)
}