Skip to content

Commit

Permalink
(WIP) try
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Feb 24, 2025
1 parent ddb1e18 commit 1789b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public class WorkaroundForJarMinimization {
org.jetbrains.kotlin.analysis.api.fir.modification.KaFirSourceModificationService.class,
org.jetbrains.kotlin.analysis.api.fir.references.KotlinFirReferenceContributor.class,
org.jetbrains.kotlin.analysis.api.fir.references.ReadWriteAccessCheckerFirImpl.class,
// META-INF/extensions/compiler.xml
org.jetbrains.kotlin.plugin.references.SimpleNameReferenceExtension.class,
// // META-INF/extensions/compiler.xml
// org.jetbrains.kotlin.plugin.references.SimpleNameReferenceExtension.class,

/** Used to have proper named groups behavior in regular expressions */
kotlin.internal.jdk8.JDK8PlatformImplementations.class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ import org.junit.jupiter.api.Test
internal class WorkaroundForJarMinimizationTest {
@Test
fun minimizing_class_count() {
assertThat(WorkaroundForJarMinimization.CLASSES_TO_KEEP_WHEN_MINIMIZING_JAR).hasSize(36)
assertThat(WorkaroundForJarMinimization.CLASSES_TO_KEEP_WHEN_MINIMIZING_JAR).hasSize(35)
}
}

0 comments on commit 1789b9d

Please sign in to comment.