File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,15 @@ The emitted Scala code is more compatible with Android ART.
3636Since currently all Scala libraries are not yet published to Maven Central with this version,
3737the workaround is to let Android R8 minify the code,
3838so ` minifyEnabled true ` must be set even for ` debug ` builds.
39+
40+ ### Building Scala with Gradle
41+
42+ In this project two different solutions coexist:
43+
44+ 1 . The ` app ` module is built using the [ scala-android-plugin] ( https://github.com/onsqcorp/scala-android-plugin ) ,
45+ which is brilliantly designed to work with the official
46+ [ Android Gradle Plugin (AGP)] ( https://mvnrepository.com/artifact/com.android.tools.build/gradle/8.9.2 ) .
47+
48+ 2 . The separate ` core ` module is built with the official Gradle
49+ [ Scala Plugin] ( https://docs.gradle.org/current/userguide/scala_plugin.html ) ,
50+ which is not compatible with AGP.
You can’t perform that action at this time.
0 commit comments