https://kotlinlang.org logo
k

kenkyee

09/25/2018, 3:27 PM
Android Studio 3.2 works fine...be sure to use Kotlin 1.2.71 (avoid .70) or below
s

Sam

09/25/2018, 3:33 PM
@kenkyee Do you have crashlytics in your project? I can't get Gradle to sync with Gradle 4.6 and Android Gradle Plugin 3.2.0.
d

dan.the.man

09/25/2018, 5:11 PM
There's a bug in the latest version you'll have to change your
1.+
to specify an older version
s

Sam

09/25/2018, 5:12 PM
@Daniel Hartwich Yes i'm using classpath 'io.fabric.toolsG1.+'
Just heard from Fabric, upgrading to Gradle 4.10 (instead of Gradle 4.6) resolves it for me 🙂