Skip to content

Commit

Permalink
KSP2: Keep debug classes of coroutine
Browse files Browse the repository at this point in the history
(cherry picked from commit ce91ec4)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed May 20, 2024
1 parent 34e241d commit ac5c3cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ fun String?.toKotlinVersion(): KotlinVersion {

// Workaround for ShadowJar's minimize, whose configuration isn't very flexible.
internal val DEAR_SHADOW_JAR_PLEASE_DO_NOT_REMOVE_THESE = listOf(
kotlinx.coroutines.debug.internal.DebugProbesImpl::class.java,
org.jetbrains.kotlin.analysis.api.impl.base.java.source.JavaElementSourceWithSmartPointerFactory::class.java,
org.jetbrains.kotlin.analysis.api.impl.base.references.HLApiReferenceProviderService::class.java,
org.jetbrains.kotlin.analysis.api.fir.KtFirAnalysisSessionProvider::class.java,
Expand Down

0 comments on commit ac5c3cc

Please sign in to comment.