https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
o

o.semen

01/18/2019, 1:20 PM
is it possible to have frontend and android in the same multiplatform project? currently I’ve created mobile (Android/iOS) multiplatform project and when I added
id 'org.jetbrains.kotlin.frontend' version '0.0.44'
I received an error
Cannot add task ':app:bundle' as a task with that name already exists.
this task is created by
com.android.application
b

basher

01/18/2019, 5:11 PM
Ah i've gotten around this for iOS sim and device targets, which I think applies here. In your
fromPreset
, make sure you pick different names for the second argument. Then you can have multiple sourceSets reference the same sources