Kevin S
commonMain
class Test { constructor(a: Long) { ... } constructor(b: Int, c: String) { ... } }
java.lang.NoSuchMethodError: No virtual method Int$class-Test()I in class [testKt]; or its super classes (declaration of '[testKt]' appears in [apk])
A modern programming language that makes developers happier.