Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
PathSuppress.gradle.kts
blob: b4f7162202819cd8d671b29dc1e349d777ec5882 [
file
] [
log
] [
blame
]
plugins
{
id
(
"com.android.application"
)
}
dependencies
{
compile
(
files
(
"my/libs/http1.jar"
))
compile
(<
warning descr
=
"Do not use Windows file separators in .gradle files; use / instead"
>
files
(
"my\\li<caret>bs\\http2.jar"
)</
warning
>)
}