You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
In kotlin multiplatform project for mobile (Android/iOS) when I add org.jetbrains.kotlin.frontend plugin like this
plugins {
id ("kotlin-multiplatform") version "1.3.20-eap-100"
id ("org.jetbrains.kotlin.frontend") version "0.0.44"
id ("com.android.application")
}
build fails with error message: Cannot add task 'bundle' as a task with that name already exists.
Is it possible to override this task or specify some kind of scope or namespace ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In kotlin multiplatform project for mobile (Android/iOS) when I add
org.jetbrains.kotlin.frontend
plugin like thisbuild fails with error message:
Cannot add task 'bundle' as a task with that name already exists.
Is it possible to override this task or specify some kind of scope or namespace ?
The text was updated successfully, but these errors were encountered: