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
Post a Comment