Kroppeb
07/20/2020, 10:22 PMgetResult():T
. Normally in kotlin I can then use value.result
to get this value. However this doesn't seem to be possible with `expect`/`actual`. Am I missing something?basher
07/20/2020, 10:27 PMval result: T
with getResult(): T
in Java and running into warnings?Kroppeb
07/20/2020, 10:30 PMgetResult()
so it"s not really needed anymore. I did add an extension property for ease of accessingbasher
07/20/2020, 10:31 PMsaket
07/20/2020, 10:45 PM