Skip to content

Commit

Permalink
Rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Sep 14, 2024
1 parent 1ad246b commit 6bffcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import seskar.gradle.plugin.Components.ORIGINAL_COMPONENT_SUFFIX

private const val SESKAR_TASK_GROUP = "seskar"

internal class SeskarLazyPlugin : Plugin<Project> {
internal class ReactLazyComponentPlugin : Plugin<Project> {
override fun apply(project: Project): Unit = with(project) {
afterEvaluate {
for (configuration in LazyConfiguration.ALL) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SeskarGradleSubplugin : KotlinCompilerPluginSupportPlugin {
super.apply(target)

target.plugins.apply(SeskarDependenciesPlugin::class)
target.plugins.apply(SeskarLazyPlugin::class)
target.plugins.apply(ReactLazyComponentPlugin::class)
}

override fun isApplicable(
Expand Down

0 comments on commit 6bffcdc

Please sign in to comment.