I need to interact with a Java-Api, which requires...
# announcements
d
I need to interact with a Java-Api, which requires me to extend a class. This class has two different constructors. How can I replicate those two constructors in my class? Kotlin does not allow me to write a secondary constructor that just calls the "secondary" superclass constructor.