All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bennyhuo.kotlin.trimindent.compiler.TrimIndentCommandLineProcessor.kt Maven / Gradle / Ivy

The newest version!
package com.bennyhuo.kotlin.trimindent.compiler

import com.bennyhuo.kotlin.trimindent.BuildConfig
import com.google.auto.service.AutoService
import org.jetbrains.kotlin.compiler.plugin.CliOption
import org.jetbrains.kotlin.compiler.plugin.CommandLineProcessor
import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi

@OptIn(ExperimentalCompilerApi::class)
@AutoService(CommandLineProcessor::class)
class TrimIndentCommandLineProcessor : CommandLineProcessor {

    override val pluginId: String = BuildConfig.KOTLIN_PLUGIN_ID

    override val pluginOptions: Collection = emptyList()

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy