Alexander Larsson
04/20/2020, 11:59 AMSomeClass.staticMethod()
.magnumrocha
04/20/2020, 12:58 PMMyFileKt.someFunction()
magnumrocha
04/20/2020, 12:58 PMMyFile.kt
Alexander Larsson
04/20/2020, 12:59 PMNicolas Chevalier
04/20/2020, 4:06 PMobject SomeClass {
fun staticMethod() {}
}
Alexander Larsson
04/20/2020, 4:31 PMSomeClass().staticMethod()
magnumrocha
04/20/2020, 6:13 PMobject
in kotlin is a singleton, already initialized, but I don't know how it behaves in Swiftmagnumrocha
04/20/2020, 6:13 PMSomeClass.staticMethod()
let's test it....