nimakro
04/03/2017, 10:04 PMkotlin
config(GLOBAL) {
set("Global-Key" to "some-value")
}
Which would allow all components to use some commen config together and for that the component would have to have the ability to access the global config property. So the question would how I acess the global config form the config(GLOBAL)
function. Dose that make sense?