iosched
iosched copied to clipboard
Error opening the project on Android Studio 3.2 RC3
Project does not compile on Android Studio 3.2 RC3
First problem, Requires kotlinVersiom = '1.2.51' on build.gradle.
After fixing it , compile/link error:
Conflict with dependency 'com.squareup.okio:okio' in project ':mobile'. Resolved versions for runtime classpath (1.14.0) and compile classpath (1.13.0) differ. This can lead to runtime crashes. To resolve this issue follow advice at https://developer.android.com/studio/build/gradle-tips#configure-project-wide-properties. Alternatively, you can try to fix the problem by adding this snippet to /Users/soehler/fontes/iosched/mobile/build.gradle: |
---|
proguard rules adjustment needed ?
Sergio Oehler
if you manually add a dependancy to okio 1.14 to your mobile/build.gradle you should get past that failure