Hi there. I have trouble updating Kotlin from `1.2...
# android
u
Hi there. I have trouble updating Kotlin from
1.2.71
to
1.3.10
in Android Studio
3.4.
I get unresolved references for all
RxJava
dependencies. Then I get a popup message in AndroidStudio saying: '../StudioProjects/FuraReloaded/build.gradle': 34: only buildscript {} and other plugins {} script blocks are allowed before plugins {} blocks, no other statements are allowed. Here's my
build.gradle
file: https://gist.github.com/uburoiubu/9378f28fd77d46ed27b12ff34ed3a8ff Any help will be appreciated.
j
Move
plugins {}
to the top 🤷‍♂️