Ignore stdlib-stubs in binary compatibility
diff --git a/binary-compatibility-validator/resources/api.properties b/binary-compatibility-validator/resources/api.properties
index 13925e7..4c55d20 100644
--- a/binary-compatibility-validator/resources/api.properties
+++ b/binary-compatibility-validator/resources/api.properties
@@ -4,6 +4,6 @@
 
 module.roots=core integration native reactive ui
 module.marker=build.gradle
-module.ignore=kotlinx-coroutines-rx-example
+module.ignore=kotlinx-coroutines-rx-example stdlib-stubs
 
 packages.internal=kotlinx.coroutines.internal kotlinx.coroutines.scheduling
\ No newline at end of file