Anyone knows if it is possible to import existing KMM project having Android + iOS (with
xcworkspace
and
xcodeproj
) to AppCode with the KMM Plugin?
In the blog post announcing the plugin they mention this:
We’re working on a solution that will allow you to hook up an existing
.xcodeproj
or
.xcworkspace
to the Gradle DSL to make it possible to easily connect existing Xcode projects with the common and Android parts.
But could not find anything else related to that.
y
yeswolf
08/19/2021, 1:29 AM
Not yet. Right now you will need to describe the Xcode project in Gradle from scratch - the solution that allows to import existing ones it's still in progress and isn't finished.
👍 2
a
alex009
08/19/2021, 2:41 AM
Solution that in development is just convertion existing project into gradle config? Or we could use regular xcodeproj with KMM plugin without migration of iOS into gradle?