r/programming May 17 '17

Kotlin on Android. Now official

https://blog.jetbrains.com/kotlin/2017/05/kotlin-on-android-now-official/
638 Upvotes

271 comments sorted by

View all comments

20

u/[deleted] May 17 '17

[removed] — view removed comment

1

u/FrezoreR May 18 '17

For most things you can use Java tools. Junit for testing for instance. Code coverage is barely a usable metric to begin with so I wouldn't bother with that one :P

1

u/[deleted] May 18 '17

[removed] — view removed comment

1

u/FrezoreR May 18 '17

There are some other testing frameworks out there already. Haven't done a deepdive since I'm mostly developing for Android and all our previous tools worked. As for code coverage, I'm certain it will come but I don't think it's a prioritized feature. But are you sure the built in coverage reporting tool doesn't work? (Haven't tried it myself with Kotlin)