Unsupported Gradle DSL method found: 'buidTypes()'!

Greetings!

when i try to open in Intellij IDEA 13.0.1 or Eclipse or Android Studio 4.0.2 i get error:

unsupported Gradle DSL method found: ‘buidTypes()’!

if i remove

buidTypes {

release {

signingConfig signingConfigs.release

}

}

from build.gradle file then it opens ok.

in what can be issue?

It’s ‘buildTypes’, not ‘buidTypes’.

Thank You Very Much :wink: i am happy today