This repository has been archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Gradle task not found #18
Comments
whats your gradle file in |
@AlecStrong This is after removing the plugin but the rest is the same:
|
what does your targets block look like when you are using this plugin |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
When setting up this gradle plugin in the new kotlin-multiplatform gradle plugin and building the workspace in xcode I've got the following error:
The task
createIosDebugArtifacts
does not exist in that project butlinkMainDebugFrameworkIos
andlinkMainReleaseFrameworkIos
do exist and are the closed tasks I can find which build a.framework
folder.Thank you in advance,
Alex
The text was updated successfully, but these errors were encountered: