i had to put this into my gradle build file to get...
# announcements
c
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"
    }
}