Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
propertyDependency
/
variableInBuildscript.gradle
blob: 6d46a8016700b4b322628dd2de304c4dfd8c1747 [
file
] [
log
] [
blame
]
buildscript
{
ext
.
kotlin
=
"2.0"
dependencies
{
compile
"hello:kotlin:${kotlin}"
}
}