Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.file
/
DirectoryProperty
/
convention
convention
API
abstract
fun
convention
(
@
Nullable
value
:
Directory
)
:
DirectoryProperty
(
source
)
abstract
fun
convention
(
provider
:
Provider
<
out
Directory
>
)
:
DirectoryProperty
(
source
)