Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.util
/
GUtil
/
loadProperties
load
Properties
API
open
fun
loadProperties
(
propertyFile
:
File
)
:
Properties
(
source
)
open
fun
loadProperties
(
url
:
URL
)
:
Properties
(
source
)
open
fun
loadProperties
(
inputStream
:
InputStream
)
:
Properties
(
source
)