mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-12-22 08:15:08 +00:00
Change order of modifiers in PlatformPlugin
This commit is contained in:
parent
4b26f6335e
commit
e7ed8a63ad
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ abstract class PlatformPlugin<T : Serializable>(private val platformName: String
|
|||
|
||||
protected abstract fun createExtension(project: Project): T
|
||||
|
||||
override final fun apply(project: Project) {
|
||||
final override fun apply(project: Project) {
|
||||
project.run {
|
||||
val description = createExtension(this)
|
||||
|
||||
|
|
Loading…
Reference in a new issue