Alberto
07/24/2020, 3:38 PMAlberto
07/24/2020, 4:08 PMprivate fun <T : Any> createImplementation(apiInterface: KClass<T>, className: String): T {
try {
val ctor = apiInterface.constructors.first { it.parameters.isEmpty() }
returns "Unresolved reference: constructors" when building the iOS variant.