File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
build-logic/plugins/src/main/kotlin/app/lws/scaledimens Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package app.lws.scaledimens
22
33import com.android.build.api.variant.AndroidComponentsExtension
4- import com.android.build.gradle.BasePlugin
4+ import com.android.build.gradle.api.AndroidBasePlugin
55import com.android.build.gradle.api.AndroidSourceDirectorySet
66import org.gradle.api.Plugin
77import org.gradle.api.Project
@@ -10,7 +10,7 @@ import java.io.File
1010
1111class ScaleDimensPlugin : Plugin <Project > {
1212 override fun apply (project : Project ) {
13- project.plugins.withType(BasePlugin ::class .java) {
13+ project.plugins.withType(AndroidBasePlugin ::class .java) {
1414
1515 val extension =
1616 project.extensions.create(" scaleDimens" , ScaleDimensExtension ::class .java)
You can’t perform that action at this time.
0 commit comments