touchlab-lab / KotlinXcodeSync

Sync Kotlin files with an Xcode project
https://touchlab.co/
Apache License 2.0
25 stars 1 forks source link

Incompatibility with Jetbrains xcode-compat plugin #7

Closed russhwolf closed 4 years ago

russhwolf commented 5 years ago

Jetbrains publishes the xcode-compat plugin to ease some setup, including generating an Xcode project and auto-generating a buildForXcode gradle task. You can see it in-use in the AppCode new project templates.

This plugin conflicts with it because they both define an extension named "xcode". As far as I know this means it's impossible to use both on the same project.

kpgalligan commented 4 years ago

Hmm. Missed this. Seems like a simple change.

kpgalligan commented 4 years ago

Fixed in v0.2