Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Can not useorg.jetbrains.kotlin.frontend with com.android.application in same Kotlin Multiplatform project #135

Open
semenoh opened this issue Jan 20, 2019 · 0 comments

Comments

@semenoh
Copy link

semenoh commented Jan 20, 2019

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 ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant