diff --git a/build.gradle.kts b/build.gradle.kts
index 322996654..00b75dffe 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -28,7 +28,7 @@ plugins {
 }
 
 // https://github.com/kotlin/binary-compatibility-validator
-apply(plugin = "binary-compatibility-validator")
+//apply(plugin = "binary-compatibility-validator")
 
 
 project.ext.set("isAndroidSDKAvailable", false)
@@ -160,4 +160,4 @@ fun Project.findLatestFile(): Map.Entry<String, File> {
                 acc + 100.0.pow(index).toInt() * (s.toIntOrNull() ?: 0)
             }
         } ?: error("cannot find any file to upload")
-}
\ No newline at end of file
+}