yoavst
09/25/2015, 3:29 PMyoavst
09/25/2015, 3:30 PMalexfacciorusso
09/25/2015, 3:31 PMalexfacciorusso
09/25/2015, 3:31 PMI think there is observable delegation or something, so you can call a method on setting
http://kotlinlang.org/docs/reference/delegated-properties.html#observableOh, ok, reading
alexfacciorusso
09/25/2015, 3:31 PMseb
09/25/2015, 3:33 PMyoavst
09/25/2015, 3:37 PMalexfacciorusso
09/25/2015, 3:38 PMyoavst
09/25/2015, 3:39 PM$field
work? according to Kotlin's blog soon it will become field
.alexfacciorusso
09/25/2015, 3:41 PMyole
09/25/2015, 3:44 PMyole
09/25/2015, 3:44 PMyole
09/25/2015, 3:45 PMalexfacciorusso
09/25/2015, 3:46 PMapatrida
09/25/2015, 4:12 PMapatrida
09/25/2015, 4:13 PMcedric
09/25/2015, 4:14 PMcedric
09/25/2015, 4:15 PMdesseim
09/25/2015, 4:40 PM<-
suggested by someone in the blog post comments
^
is supposed to be an up arrow so semantically it’s similar but I find <-
more self-explanatory.cedric
09/25/2015, 4:43 PMEugenio
09/25/2015, 4:46 PM^
, it's quick and simple and doesn't introduce any reserved keywordscedric
09/25/2015, 4:49 PMfuzzdota
09/25/2015, 5:05 PMyole
09/25/2015, 5:07 PMfuzzdota
09/25/2015, 5:11 PMjavah
command. Does it work for kt file? Do we have anything similar?udalov
javah
works for .class files, so you can use it on files compiled by Kotlinudalov
external
modifier in Kotlin on functions with no body is equivalent to Java's native
fuzzdota
09/25/2015, 5:21 PMfuzzdota
09/25/2015, 5:51 PMudalov