I tried to add ```kotlin { // for strict mode ...
# gradle
e
I tried to add
Copy code
kotlin {
    // for strict mode
    explicitApi()
}
clean&build but I got no error (although I should have)