Kevin S
04/10/2023, 10:49 PMcommonMainclass 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])