A template project in Java for the latest Android Studio with an added Scala 3 module.
Helping the adoption of Scala in Android Studio.
This is the Java project you get if:
-
in Android Studio Android Studio Meerkat | 2024.3.1 you create a module with the Fragment + ViewModel template. Note: Android Studio is currently quite opinionated towards Kotlin, so this is not an option you get in the
New
>New Project…
menu. -
add a minimal "Hello, world!"
-
add a minimal Scala 3.6.4 module named
core
and call it from theapp
module