kotlin-ipv8 icon indicating copy to clipboard operation
kotlin-ipv8 copied to clipboard

We should consider creating a .jar distribution

Open devos50 opened this issue 4 years ago • 2 comments
trafficstars

When one currently wants to use this repository, there is no other option than to add this project as submodule, as done by the superapp. However, Gradle does not really support this kind of architecture and support for it is whacky. The "proper" way to re-use the code in this repository is by building a .jar file and including it in the project (the same with depending on Python modules). Therefore, it might be a good idea to build this file when merging a PR.

devos50 avatar Jul 30 '21 08:07 devos50

Agreed! Using this repository is currently much more difficult and time-consuming than necessary. It also doesn’t help that the supported Java and Gradle versions are rather old.

KoningR avatar Nov 15 '21 15:11 KoningR

solid! just make sure we keep supporting old and even ancient Android phones.

synctext avatar Nov 16 '21 11:11 synctext