Closed niyajali closed 2 months ago
Can We Enable KLib ABI validation https://github.com/Kotlin/binary-compatibility-validator?tab=readme-ov-file#experimental-klib-abi-validation-support
Awesome, thanks for the contribution, I had no idea of this Gradle improvement! I also like the Klib validation, I'll add it to the backlog, but if you wanna open another PR, you're very welcome!
I would like to but i don't have macOS for multiplatform for that i'm unable to dump klib api if you have than please apply klib validation inside apiValidation block
@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
klib {
enabled = true
}
and dumb klib validation using apiDump
command and it will generate klib api which is use for verification
I would like to but i don't have macOS for multiplatform for that i'm unable to dump klib api if you have than please apply klib validation inside apiValidation block
@OptIn(kotlinx.validation.ExperimentalBCVApi::class) klib { enabled = true }
and dumb klib validation using
apiDump
command and it will generate klib api which is use for verification
No problem, I'll add it soon. Thanks again!
https://blog.gradle.org/simpler-kotlin-dsl-property-assignment