Does it make sense to have a separate Scala library in the Android market?

As I understand it, people using Scala for Android applications need to combine the Scala classes that they used with their application.

With this in mind, redundantly add hundreds of kilobytes to each Scala application, is it possible to build a Scala library that can be delivered throughout the market, so application developers can simply depend on this library rather than linking it on their own

+3
source share
3 answers

. , (. DLL ), .

+1

, - Proguard. . , .

+2

maven Android Scala, android-scala-test . , Scala , Proguard, Signing ..

, android-scala-common Android Scala.

0

Source: https://habr.com/ru/post/1738859/


All Articles