damianpetla / kotlin-dagger-example

Example of Android project showing integration with Kotlin and Dagger 2
535 stars 57 forks source link

Add dependency to fix kotlinx unresolved reference error. Update version. #3

Closed clkim closed 9 years ago

clkim commented 9 years ago

Add dependency for Kotlin Extensions for Android plugin to fix unresolved reference error in MainActivity.kt -- import statement: kotlinx

Update Kotlin to version M12.1 to fix build errors in MainActivity.kt -- assert method