Skip to content

Commit

Permalink
Merge pull request #990 from Corvus400/chore/delete_un_use_plugin
Browse files Browse the repository at this point in the history
🗑️ I deleted a plugin that had no content.
  • Loading branch information
takahirom authored Sep 8, 2024
2 parents 39f9d6d + b65eb8f commit 127207d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package io.github.droidkaigi.confsched.primitive
import org.gradle.api.Plugin
import org.gradle.api.Project

// This plugin is used for debugging re-composition.
// Therefore, it may appear to be unused, but it is sometimes used.
@Suppress("unused")
class ComposeInvestigatorPlugin : Plugin<Project> {
override fun apply(target: Project) {
Expand Down

0 comments on commit 127207d

Please sign in to comment.