Skip to content

Commit

Permalink
remove reference to the removed base class
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Sep 5, 2024
1 parent 9b977a2 commit 660b84f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import java.util.Collection;

/** A kotlin project configurator to suppress "Configure Kotlin" banner. */
public class BlazeKotlinProjectConfigurator extends KotlinProjectConfiguratorBase implements KotlinProjectConfigurator {
public class BlazeKotlinProjectConfigurator implements KotlinProjectConfigurator {

@NotNull
public ConfigureKotlinStatus getStatus(@NotNull Module module) {
Expand Down

0 comments on commit 660b84f

Please sign in to comment.