Hi Guys, I got the following error: ``` > Coul...
# android
r
Hi Guys, I got the following error:
Copy code
> Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.
     Required by:
         project : > com.android.tools.build:gradle:3.0.0-rc2 > com.android.tools.build:gradle-core:3.0.0-rc2
Does build plugin need kotlin now ?
t
it would seem as such. what do you have in your buildscript repositories?
r
I have this in build script
Copy code
dependencies {
        classpath 'com.android.tools.build:gradle:3.0.0-rc2'
        classpath 'com.google.gms:google-services:3.1.0'
        classpath 'com.google.firebase:firebase-plugins:1.1.1'
        classpath 'io.fabric.tools:gradle:1.22.1'
        classpath 'hu.supercluster:paperwork-plugin:1.2.7'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
(I added kotlin now)
ok it seems like gradle is failing silently with..
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SSLContextImpl$TLSContext
ok, my java installation had something from with security stuff - reinstalled and it works now