Skip to content

Commit

Permalink
Add .dependsOn method for KotlinParser
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiemen Schut committed Nov 15, 2024
1 parent 8e42e14 commit 64bf95e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/openrewrite/kotlin/KotlinParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import kotlin.Unit;
import kotlin.annotation.AnnotationTarget;
import kotlin.jvm.functions.Function1;
import kotlin.random.Random;
import lombok.AccessLevel;
import lombok.RequiredArgsConstructor;
import org.intellij.lang.annotations.Language;
Expand Down Expand Up @@ -102,7 +101,6 @@
import static org.jetbrains.kotlin.config.JVMConfigurationKeys.DO_NOT_CLEAR_BINDING_CONTEXT;
import static org.jetbrains.kotlin.config.JVMConfigurationKeys.LINK_VIA_SIGNATURES;
import static org.jetbrains.kotlin.incremental.IncrementalFirJvmCompilerRunnerKt.configureBaseRoots;
import static org.openrewrite.java.JavaParser.resolveSourcePathFromSourceText;

@SuppressWarnings("CommentedOutCode")
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
Expand Down

0 comments on commit 64bf95e

Please sign in to comment.