Vladyslav Sitalo
10/24/2018, 1:35 PMdynamic
type available only on the js platform? From what I’m reading for now it seems to be that it was not supposed to be like that initially (i.e. here: https://discuss.kotlinlang.org/t/dynamic-type/1145)Vladyslav Sitalo
10/24/2018, 1:56 PMkarelpeeters
10/24/2018, 2:31 PMVladyslav Sitalo
10/24/2018, 2:34 PMkarelpeeters
10/24/2018, 2:35 PMVladyslav Sitalo
10/24/2018, 2:46 PMelizarov
10/24/2018, 2:57 PMVladyslav Sitalo
10/24/2018, 3:00 PMelizarov
10/24/2018, 3:03 PMdeviant
10/25/2018, 11:17 AMWhy would you actually want that on other platforms?Just my guess: to write
prefs.user = "John"
instead of prefs["user"] = "John"