-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin version #51
Comments
Should be fixed with #44. |
Houston we still have a problem here: testCompile "com.nhaarman:mockito-kotlin:0.5.1" Error:Conflict with dependency 'org.jetbrains.kotlin:kotlin-stdlib'. Resolved versions for app (1.0.3) and test app (1.0.2-1) differ. See http://g.co/androidstudio/app-test-app-conflict for details. |
Yes, as long as mockito-kotlin depends on kotlin 1.0.2-1 you get this dependency conflict.
|
looks like your lib can be build only with Kotlin 1.0.2, but the actual version of Kotlin is 1.0.3
The text was updated successfully, but these errors were encountered: