russhwolf
03/17/2022, 10:00 PMframework
block like
kotlin {
cocoapods {
framework {
...
}
}
}
I get an ambiguous method overload error. Looking at the tests in the kotlin native repo, I don't see anything that calls framework
so maybe it's a bug.russhwolf
03/17/2022, 10:02 PM> Ambiguous method overloading for method org.jetbrains.kotlin.gradle.plugin.cocoapods.CocoapodsExtension#framework.
Cannot resolve which method to invoke for [class build_4ve19km4wfbd505ka408cj2d7$_run_closure2$_closure12$_closure30] due to overlapping prototypes between:
[interface kotlin.jvm.functions.Function1]
[interface org.gradle.api.Action]
russhwolf
03/17/2022, 10:04 PM