Hello, I am gettting the following warning for `bu...
# gradle
j
Hello, I am gettting the following warning for
buildTypes
function in Android Studio:
Copy code
Warning:(24, 5) Candidate resolution will be changed, please invoke explicitly '
public open fun buildTypes(action: Action<in NamedDomainObjectContainer<BuildType>>): Unit defined in com.android.build.gradle.internal.dsl.BaseAppModuleExtension'
I don't really understand the warning, how can I invoke
buildTypes
explicitly? I also get a similar warning for
sourceSets
.