-
Though, I definitely want to port over the GitHub and Jenkins libraries (at least). I've used multiple Java-based GitHub libraries along with the Jenkins REST wrapper library, and I feel that they leave much to be desired, IMHO. Plus, an idiomatic Kotlin version of these might actually turn out to be better overall. . . .
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
In that case, why not take some abandoned library and re-publish it, making other people contribute to it? Example is this one which I've forked from here. It's a library to parse APK files without using the Android framework to do so. I used it on my own app (here) as it has advantages over what Android offers. Sadly it's archived and won't be updated anymore.
-
In that case, why not take some abandoned library and re-publish it, making other people contribute to it? Example is this one which I've forked from here. It's a library to parse APK files without using the Android framework to do so. I used it on my own app (here) as it has advantages over what Android offers. Sadly it's archived and won't be updated anymore.
-
Do you mean scream3r's library or java-native's fork of it?
-
Do you mean scream3r's library or java-native's fork of it?
-
Have you checked out SQLDelight? Apparently it also has Coroutines Extensions, as given in Jake Wharton's tweet (from two years ago):
-
Caffeine might benefit from an idiomatic Kotlin wrapper, similar in spirit to the Scala adapters.
-
Caffeine might benefit from an idiomatic Kotlin wrapper, similar in spirit to the Scala adapters.