This may be a wrong understanding, since I don't have very much experience with these things.
I suppose the Litho Java API cannot be used from Scala since it requires code generation that is done on the Java compiler side using Litho macros. Is that right?
But I see there is also a Kotlin API that doesn't rely on macros, so I was wondering if that was exposed as a JVM library it could be imported from Scala and used from there without issues.