I have just started learning KotlinDSL
recently.
And in Android
added buildSrc
. In this folder I have module plugins: AppModulePlugin
, CommonModulePlugin
, FeatureModulePlugin
. All of this compiles and the application installs correctly, everything is fine. but in these files a warning is displayed:
Cannot access 'com.android.build.gradle.internal.dsl.Lockable'
which is a supertype of 'com.android.build.gradle.BaseExtension'.
Check your module classpath for missing or conflicting dependencies
Please tell me how to get rid of these warnings?