We don't need to : I read somewhere that it was on their roadmap...
Yes you can (I managed it and it works beautifully). But you have to make it ignore Package Class at the moment because top functions in a package (say my.great.pack) can be in different .kt files and are gathered in a…
For tests : I have had some nice experience writing jUnit tests with pitest (PIT) : there is a gradle plugin to do that in AS/Idea The only issue I had was to ignore Package class to make pit work For DI, Dagger2 works…
I have been using Kotlin in production for 2 Android apps since october 2013. It made things simpler to write, develop and maintain. One big downside, as of 0.12.1218, is that builds on Android are quite slow (I got…
We don't need to : I read somewhere that it was on their roadmap...
Yes you can (I managed it and it works beautifully). But you have to make it ignore Package Class at the moment because top functions in a package (say my.great.pack) can be in different .kt files and are gathered in a…
For tests : I have had some nice experience writing jUnit tests with pitest (PIT) : there is a gradle plugin to do that in AS/Idea The only issue I had was to ignore Package class to make pit work For DI, Dagger2 works…
I have been using Kotlin in production for 2 Android apps since october 2013. It made things simpler to write, develop and maintain. One big downside, as of 0.12.1218, is that builds on Android are quite slow (I got…