Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

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

Open semenoh opened 5 years ago

semenoh commented 5 years ago

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 ?