I don't know much about gradle, but I have a new gradle-file that seems to work.
I Have a plugin (org.jetbrains.kotlin.android.extensions) and need to set it to experimental.
normally you would do
Copy code
androidExtensions{
experimental = true
}
However, it doesn't resolve the plugin.
Is there some work-around (or even better, is there a solution for all my bugs)?