Obvious offtop, but where can I ask about https://scala-android.org which now apparently seems abandoned?
r
raulraja
05/12/2020, 12:06 PM
47 Degrees was the last company showing interest in scala on Android. We kept maintaining macroid but it’s also abandoned since there is no community around it. Also when Scala moved to 2.12 left a lot of people hanging on Android that could not update for a long time and I believe this killed interest.
The SBT pliugin for Android was maintained by a third party and we also contributed some improvements at some point but again there was no interest. Scala is all backend and data related and they don’t pay the slightest attention to Android
raulraja
05/12/2020, 12:08 PM
I would not start a Scala Android project. You’ll be spending more time supporting latest SDKs and nuances with the sbt plugin than developing
e
Egor Trutenko
05/12/2020, 12:31 PM
Well, I managed to run a Java-Scala Android project with Gradle quite easily, where Scala was in a separated library module. I only wish I could as well call Android SDK from Scala. Besically, I wish there was something like https://github.com/saturday06/gradle-android-scala-plugin, but up-to-date.