<@U0B89TFRD> I guess, it's because of the `class c...
# announcements
f
@alex I guess, it's because of the
class convention
between Kotlin and Java, I'm not sure. But I suggest that, use List interface from Java classes, for example
java.xxxx.List
instead of
List
, to prevent some convention.