Jérémy CROS
08/22/2022, 2:34 PMprivate var aVariableToKeepTrackOfSomeData : SomeClass? = null
fun AnotherClass.myExtentionFunction() {
// do stuff here with the variable
}
Is it scoped to the application?
Does that look like a bad idea? 😅Sam
08/22/2022, 2:36 PMprivate
.Jérémy CROS
08/22/2022, 2:41 PMRobert Williams
08/22/2022, 2:49 PM