Valentin Grachev
Valentin Grachev
M1 support
# Attention **This repo is not maintained anymore. Please use @luca992 [fork](https://github.com/luca992/multiplatform-swiftpackage).** #### Changed - new arm simulator targets: _macosArm64, iosSimulatorArm64, watchosSimulatorArm64, tvosSimulatorArm64_ - kotlin version to 1.6.20 - gradle...
Hi guys, your plugin is awesome! But I stuck with one problem. Here is my configuration : ``` multiplatformSwiftPackage { packageName("XXX") swiftToolsVersion("5.3") targetPlatforms { iOS { v("13") } } }...
**Describe the bug** Using KotlinPoet 1.18.1 I get the exception: `java.lang.IllegalStateException: Functional interfaces must have exactly one abstract function. Contained 0: []` when try to generate valid kotlin code. I'm...