Skip to content

Commit

Permalink
Use default method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 committed Jan 23, 2024
1 parent 7c4d418 commit f01adb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects{

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=enable']
freeCompilerArgs = ['-Xjvm-default=all']
jvmTarget = "1.8"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,4 @@ public BaseEvent execute(@NonNull BaseEvent event) {
return event;
}

@Override
public void teardown() {
// Clean up any resources from setup if necessary
}
}

0 comments on commit f01adb9

Please sign in to comment.