cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

AndroidStudio plugin #213

Open amal opened 8 years ago

amal commented 8 years ago

Currently kobalt plugin is available only in IDEA. Would be greate to use it in the AndroidStudio.

cbeust commented 8 years ago

@dmitry-zhuravlev Probably just a change in plugin.xml?

dmitry-zhuravlev commented 8 years ago

@cbeust Not so easy: plugin implementation should be compatible with Android Studio. I already found some compilation mistmatch and fixed in the new "android_studio" branch. However it seems that Android Studio have more outdated platform API in compare to the latest IDEA. Also I tried to reopen in Android Studio some project with Kobalt created by IDEA and it works. But it seems that Android Studio have completelly different wizzards related to Android development and Kobalt plugin wizzard will not shown.

cbeust commented 8 years ago

That's unfortunate. And yes, I noticed that Android Studio has different ways to configure Libraries and Modules so I can see how this could be problematic.