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

When I use "jp.leafytree.gradle:gradle-android-scala-plugin:1.4" I get the error. But when I switched to "jp.leafytree.gradle:gradle-android-scala-plugin:1.3.2", it is running fine. Any pointer is appreciated.

bug

When i use compile 'com.android.support:support-v4:22.2.0' or 'com.android.support:appcompat-v7:22.2.0' Error:Execution failed for task ':mobile:compileDevDebugScala'. > Class file for android.support.v4.view.ViewCompat$LayoutDirectionMode not found

Hi, I'm converting a sbt android project to use gradle android scala. The source code contains java and scala. # For my working repo 1. Here's the link to the...

bug

Hi, i'm trying to use the interpreter from the scala-compiler library in one of my projects. I started from one of your samples, and i manage to compile everything correctly....

bug

Hi, This is not a bug, but an enhancement information wrt Android Development. When the scala dependency is added to gradle build file: compile 'org.scala-lang:scala-library:2.11.6' A lot of not needed...

Hi, there is an issue when compiling multi language android projects where the scala zinc compiler tries to compile non scala stuff which fails. The plugin seems to work with...

with android-gradle 1.1+ execution of unit tests are possible, added scalatest directly or with junitrunner would be nice

Adding a `org.json4s:json4s-jackson_2.11:3.2.11` dependency results in ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':packageDebug'. > Duplicate files copied in APK decoder.properties File...

The gradle-android-scala-plugin of 1.3.3-SNAPSHOT version seems to be omitted from oss.sonatype repository mentioned as default snapshot deploy place in gradle.build. Please take a look at (https://oss.sonatype.org/content/repositories/snapshots/jp/leafytree/), there is nothing except...