https://kotlinlang.org logo
Title
u

user

07/07/2022, 1:51 PM
Migrate Android Module to Standalone Library I built an Android app and spent a lot of time creating an api/network layer. Having invested quite a lot of time on this, I wanted to make this module its own library. I have found some solutions to import and export modules between android projects and making them into AAR's however what I am most interested in is using this in our java/kotlin based microservices. Hundreds of endpoints later I went to build a microservice and realized i needed to re-create this entire layer instead of...