From 39e99969402e6b8a61bf8ada8a8e128645d31b3d Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 21 Jun 2023 01:44:34 +0200 Subject: [PATCH] Rename js/annotations.kt to avoid duplicates in sources The conflicting one is Annotations.kt from builtins that are merged together with js stdlib sources, thus leading to two files with the same name differing only by case. --- .../stdlib/js/src/kotlin/{annotations.kt => annotationsJs.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libraries/stdlib/js/src/kotlin/{annotations.kt => annotationsJs.kt} (100%) diff --git a/libraries/stdlib/js/src/kotlin/annotations.kt b/libraries/stdlib/js/src/kotlin/annotationsJs.kt similarity index 100% rename from libraries/stdlib/js/src/kotlin/annotations.kt rename to libraries/stdlib/js/src/kotlin/annotationsJs.kt