"kdoc" - using "ivy-maven-plugin" to inject IDEA/Kotlin dependencies into "compile" scope.
This commit is contained in:
@@ -89,6 +89,12 @@
|
|||||||
<version>latest.lastSuccessful</version>
|
<version>latest.lastSuccessful</version>
|
||||||
<classifier>kotlin-runtime</classifier>
|
<classifier>kotlin-runtime</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>ivy.org</groupId>
|
||||||
|
<artifactId>bt344</artifactId>
|
||||||
|
<version>latest.lastSuccessful</version>
|
||||||
|
<classifier>kotlin-compiler</classifier>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
package org.jetbrains.kotlin.doc;
|
package org.jetbrains.kotlin.doc;
|
||||||
|
|
||||||
import com.intellij.psi.PsiElement;
|
import com.intellij.psi.PsiElement;
|
||||||
|
import org.jetbrains.jet.compiler.CompileEnvironment; // Just to show it compiles.
|
||||||
import org.jetbrains.jet.compiler.CompilerPlugin;
|
import org.jetbrains.jet.compiler.CompilerPlugin;
|
||||||
import org.jetbrains.jet.lang.descriptors.ClassDescriptor;
|
import org.jetbrains.jet.lang.descriptors.ClassDescriptor;
|
||||||
import org.jetbrains.jet.lang.descriptors.DeclarationDescriptor;
|
import org.jetbrains.jet.lang.descriptors.DeclarationDescriptor;
|
||||||
|
|||||||
Reference in New Issue
Block a user