Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/2.2.20
/
.
/
kotlin-native
/
gradle
/
kotlinGradlePlugin.gradle
blob: 1f349d094b87a2fa687d9ff55a46eb77e780f7f2 [
file
] [
log
] [
blame
] [
edit
]
configurations
{
kotlinCompilerClasspath
}
if
(!(
project
.
findProperty
(
"withoutEmbedabble"
)?.
toString
()?.
toBoolean
()
?:
false
))
{
project
.
dependencies
{
kotlinCompilerClasspath
(
project
(
":kotlin-compiler-embeddable"
))
}
}