ligi
ligi
I also do this in WallETH to decouple flavors like this: https://github.com/walleth/walleth/blob/master/app/src/withGeth/java/org/walleth/geth/GethInitContentProvider.kt
Thinking a bit longer about this: in the end this does not need to be that clean as it will get obsolete with #1 anyway ..-) A nice small modular...
Was recently talking to @cketti recently and I think he is correct that the best way is not to use the providers at all but the lower bouncycastle API -...
you can directly use the functions without going through providers. So you are sure you do not run into the problem of using varying platform implementations. Will cc you once...
Maybe wait with this - as this: https://github.com/gradle/gradle/issues/5633 would be a much nicer option
Relevant talk: https://www.youtube.com/watch?v=ZbANCuZ_qqw KotlinConf 2017 - What's New & Cool in Kotlin Tools by Dmitry Jemerov
Things just got more relevant: https://blog.jetbrains.com/kotlin/2017/11/kotlin-1-2-released/
Unfortunately I do not yet have much experiences with multiplatform - and also currently not much time to dig into this. That said I would be happy if KEthereum gets...
yes you assume correctly ;-)
Unfortunately not yet - PRs welcome ;-)