Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 623 Bytes

File metadata and controls

16 lines (9 loc) · 623 Bytes

Android Studio Java project with a Scala 3 module

A template project in Java for the latest Android Studio with an added Scala 3 module.

Aim

Helping the adoption of Scala in Android Studio.

This is the Java project you get if:

  1. 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.

  2. add a minimal "Hello, world!"

  3. add a minimal Scala 3.6.4 module named core and call it from the app module