Personally I’d make extension modules that include...
# announcements
b
Personally I’d make extension modules that include the Kotlin dependencies and add idiomatic APIs. This way the user has the choice of whether to bring Kotlin into their project. Here’s an example: https://github.com/JakeWharton/RxBinding
1