JorgeCastilloPrz / ArrowAndroidSamples

Functional Programing Android architecture using http://arrow-kt.io/
426 stars 38 forks source link

Fix AS 3.1.2 failing to resolve `common` and `runtime` #25

Closed lukaszkalnik closed 6 years ago

lukaszkalnik commented 6 years ago

Apparently since AS 3.1.2 there are problems with building projects when google() is not the first repository in build.gradle repositories list (as discussed here on Stack Overflow): https://stackoverflow.com/questions/50584437/android-studio-3-1-2-failed-to-resolve-runtime This PR rearranges google() repository to the top of the list so the project builds correctly again. It resolves issue #24 .