theapache64
theapache64
`JVM` -> ` implementation "dev.whyoleg.ktd:ktd-api-coroutines-jvm:0.5.0-1.5.4"` (which is given in the README)
As I am running with `Ubuntu 16.04` and the library's built-in `tdjni` not supporting this version of Ubuntu, I had to build the `so` file myself and store in the...
I built the `SO` file using [TDLib Build instruction generator](https://tdlib.github.io/td/build.html), and that's working with the given `Java` example.
Okay, I'll give it a try.
I solved the circularimageview problem using Picasso. it's sooo cooooool. :)
@erawhctim  This is something that I initially thought about. But thinking about the additional build time it can introduce, I prioritized developing an IDE plugin to generate the `Rebugger`...
@erawhctim > I personally find that compiler plugins are more portable than IDE plugins (they still work if I'm building on the command line 🙂), but I realize that's just...
Great. Can you publish an MVP ?
Great stuff!!! > I will let you know when it is merged and published. Sure!
@EvgeniyKurinnoy I tried using the plugin, but i don't see the `useRebugger` options or `@Rebugger` annotation anywhere. Am i missing something? 