flow icon indicating copy to clipboard operation
flow copied to clipboard

kotlin sample

Open loganj opened this issue 9 years ago • 1 comments

To flush out any kotlin-unfriendly API.

This will likely drive a kotlin extensions module as well.

loganj avatar Feb 22 '16 21:02 loganj

I'm currently evaluating flow 1.00 alpha 2 in a kotlin project. So far, converting java to kotlin in intellij with the java samples provided is working fine... It shouldn't be a lot of work to write a kotlin Sample (you have to be carefull about Nullable and notNullable java types in method signatures though).

Lakedaemon avatar Oct 17 '16 14:10 Lakedaemon