File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
build-logic/plugins/android/src/main/kotlin/ru/astrainteractive/gradleplugin/util Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ internal val Project.hasAndroidKmpPlugin: Boolean
66 get() = plugins
77 .hasPlugin(" com.android.kotlin.multiplatform.library" )
88internal 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 " ) )
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ project.name=GradlePlugin
88project.description =GradlePlugin for my kotlin projects
99project.group =ru.astrainteractive.gradleplugin
1010project.web =https://github.com/makeevrserg/gradle-plugin
11- project.version.string =1.13.0
11+ project.version.string =1.13.1
You can’t perform that action at this time.
0 commit comments