Is it possible to instantiate a class and dynamica...
# getting-started
h
Is it possible to instantiate a class and dynamically extend it to different interfaces based on a variable dictating which?
a
should this class implement the interfaces at compile-time or run-time?
h
Sounds like it can only happen at one of them?
a
exactly, java/kotlin only support compile-time