Change order of modifiers in PlatformPlugin

This commit is contained in:
Minecrell 2018-07-24 14:08:00 +02:00
parent 4b26f6335e
commit e7ed8a63ad
1 changed files with 1 additions and 1 deletions

View File

@ -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)