alexfacciorusso
mbonnin
val properties = file("your/path").inputStream().use { java.util.Properties().apply { this.load(it) } } val value = properties.get("key")