gradle-android-scala-plugin icon indicating copy to clipboard operation
gradle-android-scala-plugin copied to clipboard

gradle-android-scala-plugin adds scala language support to official gradle android plugin

Results 39 gradle-android-scala-plugin issues
Sort by recently updated
recently updated
newest added

I'm using version 3.3.1 of the plugin fork by @AllBus (https://github.com/AllBus/gradle-android-scala-plugin), which doesn't have its own issue tracker. Apparently, the R.java file gets generated prior to the build, but is...

Hi, saturday06. I have made some changes to gradle-android-scala-plugin, for Gradle 3.0+ deleted useAnt option, which is deprecated in Gradle 2.x. Continue to use useAnt will prevent Gradle to compile,...

I have git cloned your repo to my disk. Opened it in my Android Studio 2.0 and have some problems with building sample projects. Errors are: - Error:Gradle version 2.2...

Version 1.5 is needed to support new android gradle plugin versions, but now, version 1.5 must be compiled from sources, which is inconvenience to use. Please upload version 1.5 to...

Hi, I’m not very familiar with the plugin, but it seems that this would be the right place to ask about these exceptions (from https://groups.google.com/forum/#!topic/macroid/IIZ2iyie6h0): > This compiles fine in...

I have this error: ``` Error:No such property: bootClasspath for class: com.android.builder.core.AndroidBuilder ``` I can't compile it.

is any support for scala macros ?

`No such property: bootClasspath for class com.android.builder.core.AndroidBuilder` Is there no solution for this? Or a workaround at least?

I’m trying to build a Scala+JavaFX application for Android (the most awesomesterest cross-platform technology stack). I used the Gluon Eclipse plugin to create a “Basic Gluon Application”, then I followed...