Skip to content

Commit d7bfa5f

Browse files
committed
fix sdk apply
1 parent 2e230cb commit d7bfa5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build-logic/plugins/android/src/main/kotlin/ru/astrainteractive/gradleplugin/util/ProjectExt.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ internal val Project.hasAndroidKmpPlugin: Boolean
66
get() = plugins
77
.hasPlugin("com.android.kotlin.multiplatform.library")
88
internal val Project.hasAndroidLibPlugin: Boolean
9-
get() = plugins
10-
.hasPlugin("com.android.library")
9+
get() = plugins.hasPlugin("com.android.library")
10+
.or(plugins.hasPlugin("com.android.application"))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ project.name=GradlePlugin
88
project.description=GradlePlugin for my kotlin projects
99
project.group=ru.astrainteractive.gradleplugin
1010
project.web=https://github.com/makeevrserg/gradle-plugin
11-
project.version.string=1.13.0
11+
project.version.string=1.13.1

0 commit comments

Comments
 (0)