replace 'trait' keyword with 'interface' in library code
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ import org.gradle.api.tasks.compile.AbstractCompile
|
||||
|
||||
public class SubpluginOption(val key: String, val value: String)
|
||||
|
||||
public trait KotlinGradleSubplugin {
|
||||
public interface KotlinGradleSubplugin {
|
||||
public fun getExtraArguments(project: Project, task: AbstractCompile): List<SubpluginOption>?
|
||||
public fun getPluginName(): String
|
||||
public fun getGroupName(): String
|
||||
|
||||
Reference in New Issue
Block a user