android / android-studio-poet

Large Android projects generator
Apache License 2.0
702 stars 85 forks source link

Update dependencies #86

Closed jaredsburrows closed 6 years ago

jaredsburrows commented 6 years ago

@borisf

NikitaKozlov commented 6 years ago

Thanks for your PR, I checked the version compatibility. Kotlin coroutines depends on kotlin 1.2.21, so it shouldn't be an issue. But kotlin mockito depends on kotlin 1.1.2-4, maybe we should skip 1.1 and go directly to version 2.0.0-alpha03 that depends on kotlin 1.2.20.

jaredsburrows commented 6 years ago

It works great either way. I have not problem with using an alpha/beta for test dependency.

NikitaKozlov commented 6 years ago

@borisf then it is your call. I'm also fine with both.