looks like you'd be good by just forcing the newes...
# announcements
f
looks like you'd be good by just forcing the newest version of the dependencies in your build.gradle like this :
Copy code
compile "org.jetbrains.kotlin:kotlin-reflect:1.2.31"
    compile 'org.jetbrains.kotlin:kotlin-stdlib:1.2.31'
    compile 'org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.31'
    compile 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.31'