[KPM] Exclude 'InternalKotlinGradlePluginApi' apis from binary validation
^KT-51262
This commit is contained in:
committed by
Space
parent
113e363b22
commit
627cb0be3a
@@ -15,6 +15,13 @@ dependencies {
|
||||
testArtifacts project(':kotlin-stdlib-jdk8')
|
||||
testArtifacts project(':kotlin-reflect')
|
||||
testArtifacts project(':kotlin-gradle-plugin-idea')
|
||||
|
||||
testCompileOnly("org.ow2.asm:asm-tree:9.0") {
|
||||
because(
|
||||
"Necessary to compile copied 'filterOutAnnotated' implementation. " +
|
||||
"Can be removed after https://github.com/Kotlin/binary-compatibility-validator/pull/75"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
pill {
|
||||
|
||||
Reference in New Issue
Block a user