russhwolf
06/07/2025, 11:22 PMcom.android.kotlin.multiplatform.library
gradle plugin and the modules it produces don't seem to produce API dumps with binary-compatibility-validator
. Not sure if the issue is on the Android Gradle Plugin side or the BCV side, which is made more complicated by the fact that BCV development is frozen while it migrates into the Kotlin Gradle Plugin. Has anyone else run into this or have any insight?tapchicoma
06/08/2025, 9:04 AMtapchicoma
06/08/2025, 9:04 AMrusshwolf
06/08/2025, 4:24 PMtapchicoma
06/08/2025, 4:36 PMkotlin {
@OptIn(org.jetbrains.kotlin.gradle.dsl.abi.ExperimentalAbiValidation::class)
abiValidation {
enabled.set(true)
}
}
russhwolf
06/08/2025, 5:06 PM