android - Include aar in sbt build -


i have android project here includes local file aars in gradle via

dependencies {   compile project(':packagename_0.3') } 

i unable translate appropriate sbt syntax during build sbt able resolve dependencies. have idea ? checked scala on android still did not manage find working way. have suggestion?

well ended extracting jars aars , adding them default unmanagedbase folder (src/main/libs).


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -