ribesg
02/19/2019, 9:17 AMfun cinterops(action: NamedDomainObjectContainer<DefaultCInteropSettings>.() -> Unit) = cinterops.action()
fun cinterops(action: Action<NamedDomainObjectContainer<DefaultCInteropSettings>>) = action.execute(cinterops)
These functions of KotlinNativeCompilation
are identical and I can’t call any of them because both match anything I write, any idea?nestserau
02/19/2019, 9:20 AMribesg
02/19/2019, 9:22 AMnestserau
02/19/2019, 12:30 PMribesg
02/19/2019, 12:53 PMnestserau
02/19/2019, 1:03 PM