Sign in
android
/
platform
/
frameworks
/
support
/
9fa9263be5de4b66d4f274adb63f22fa99a43fd2
/
.
/
buildSrc
/
apply
/
applyAndroidXRootImplPlugin.gradle
blob: a84b43f09371f6e545ebaa1f4035ea9e8c605fdc [
file
] [
log
] [
blame
]
import
androidx
.
build
.
AndroidXRootImplPlugin
buildscript
{
dependencies
{
classpath
(
project
.
files
(
"${project.rootProject.ext["
buildSrcOut
"]}/private/build/libs/private.jar"
))
}
}
apply plugin
:
AndroidXRootImplPlugin