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
I want to mix Java / Kotlin / Clojure in Android project
Currently Gradle #throws: Error:The 'java' plugin has been applied, but it is not compatible with the Android plugins.
I think Clojure has great potential for Android development, but only if it's will support official tools and IDE.
The text was updated successfully, but these errors were encountered:
Given that error message, you may be able to do something using the gradle-clojure.clojure-base plugin (as opposed to the gradle-clojure.clojure one that uses java). See the docs for the (very few) notes we have about that.
I personally don't have any experience with Android development, so I'm not sure specifically what we'll need to do to get that to work. Given how early in development we are, I don't know that improving Android support will be a high priority in the next few releases. However, if anyone wants to help out on this, we'd certainly appreciate it.
I want to mix Java / Kotlin / Clojure in Android project
Currently Gradle #throws:
Error:The 'java' plugin has been applied, but it is not compatible with the Android plugins.
I think Clojure has great potential for Android development, but only if it's will support official tools and IDE.
The text was updated successfully, but these errors were encountered: