compilation fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package org.jetbrains.kotlin.doc
|
||||
|
||||
import java.util.*
|
||||
import org.jetbrains.kotlin.doc.model.KPackage
|
||||
|
||||
/**
|
||||
* The configuration used with KDoc
|
||||
|
||||
+2
@@ -3,6 +3,8 @@ package org.jetbrains.kotlin.doc.model
|
||||
import java.io.File
|
||||
import org.jetbrains.jet.cli.common.CompilerPlugin
|
||||
import org.jetbrains.jet.cli.common.CompilerPluginContext
|
||||
import org.jetbrains.kotlin.doc.KDocArguments
|
||||
|
||||
|
||||
/** Base class for any compiler plugin which needs to process a KModel */
|
||||
abstract class KModelCompilerPlugin(
|
||||
|
||||
Reference in New Issue
Block a user