Skip to content

Commit

Permalink
v0.6.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 12, 2024
1 parent 5582a04 commit d5ad05f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package love.forte.plugin.suspendtrans

import BuildConfig
import com.google.auto.service.AutoService
import org.jetbrains.kotlin.compiler.plugin.AbstractCliOption
import org.jetbrains.kotlin.compiler.plugin.CommandLineProcessor
Expand All @@ -16,7 +17,7 @@ class SuspendTransformCommandLineProcessor : CommandLineProcessor {
CompilerConfigurationKey.create(CliOptions.CONFIGURATION)
}

override val pluginId: String = SuspendTransPluginConstants.KOTLIN_PLUGIN_ID
override val pluginId: String = BuildConfig.KOTLIN_PLUGIN_ID

override val pluginOptions: Collection<SimpleCliOption> = CliOptions.allOptions.map { it as SimpleCliOption }

Expand Down

0 comments on commit d5ad05f

Please sign in to comment.