<@U535KGMCK> a nested class in kotlin is static by...
# getting-started
t
@omarkj a nested class in kotlin is static by default. if you open the class file in your build directory you can cmd+shift+A and run decompile kotlin to java and get a decent idea of what the kotlin compiler is creating in terms of java.
👍 1