edvin
11/08/2017, 3:07 PM@JvmName("bindGetter") annotation was there was to avoid duplicate functions and hence compilation issues due to type erasure. The only bind function you use is bind, which has several overloads to support different types of properties, but they are not usable from Java as they are inline and use reified generics.