ergoplatform / ergo-appkit

Appkit: A Library for Java/Scala/Kotlin Development of Ergo Applications
MIT License
38 stars 27 forks source link

Deleted RetrofitUtil.java #238

Closed satsen closed 3 weeks ago

satsen commented 2 months ago

Deleted an unused class. This class also made it not possible to use appkit in a modular project because it violates the split package restriction by adding a class to a package that already exists in another jar.