You are either static or dynamic :wink: In Kotlin ...
# language-proposals
e
You are either static or dynamic 😉 In Kotlin you can be both. You can either be fully static and have compiler type-check everything for you (try
Example::id
) or you can be dynamic via reflection.