Skip to content

Commit 5418453

Browse files
ting-yuanKSP Auto Pick
authored and
KSP Auto Pick
committed
Remove dep to javax.annotation.ParametersAreNonnullByDefault
which should be supplied by JDK. (cherry picked from commit 6d85310)
1 parent 70a2323 commit 5418453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/KotlinSymbolProcessing.kt

-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ internal val DEAR_SHADOW_JAR_PLEASE_DO_NOT_REMOVE_THESE = listOf(
712712
com.intellij.psi.tree.ChildRoleBase::class.java,
713713
com.intellij.util.xmlb.Constants::class.java,
714714
com.intellij.xml.CommonXmlStrings::class.java,
715-
javax.annotation.ParametersAreNonnullByDefault::class.java,
716715
org.codehaus.stax2.XMLInputFactory2::class.java,
717716
org.codehaus.stax2.XMLStreamProperties::class.java,
718717
)

0 commit comments

Comments
 (0)