Freedom
03/27/2021, 4:18 PMMatias
03/27/2021, 4:23 PMSystem.getenv("APP_NAME")Freedom
03/27/2021, 4:25 PMMatias
03/27/2021, 4:27 PMif (!System.getenv("APP_NAME")?.trim()) {
//here if null or empty
}
if you have it in kts, you can just use any kotlin function…Matias
03/27/2021, 4:28 PMallWhitespaceephemient
03/27/2021, 4:35 PMSystem.env for Gradle Instant Execution/Configuration Caching