Slackbot
03/21/2023, 6:18 PMJavi
03/21/2023, 6:23 PMplugins {
`jvm-test-suite`
}
Igor Wojda
03/21/2023, 7:24 PMVampire
03/22/2023, 12:06 AM_
. Then use id(libs.plugins.whatEver.get().pluginId)
Igor Wojda
04/19/2023, 6:56 AM_providers_.gradleProperty("keyName")
. Is there a way to define "local properties" in local.properties
file (that is not committed to repo) and retrieve these properties by using providers...
syntax ?Vampire
04/19/2023, 7:02 AMIgor Wojda
04/19/2023, 7:34 AMVampire
04/19/2023, 8:05 AMproviders.provider { /* extract the value here */ }