/KotlinTestDemo

Using Kotlin For Tests in Android: demo project for the blog post

Primary LanguageJava

Kotlin JUnit tests demo

Demo project for my blog post Using Kotlin For Tests in Android @ Medium.

This project shows how to use Kotlin only in your Android test dependencies and test code. In this way we don't have any overhead in production sources and application method count & APK size.