https://kotlinlang.org logo
c

christophsturm

03/02/2017, 12:10 PM
i had to put this into my gradle build file to get 1.1 features:
Copy code
compileKotlin {
    kotlinOptions {
        languageVersion="1.1"
        apiVersion="1.1"
    }
}