Files
kotlin-fork/libraries/stdlib/js
Ilya Gorbunov 39e9996940 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.
2023-06-26 18:24:34 +00:00
..

This directory contains shared sources of Kotlin/JS Standard Library for current and IR backends.

Note that stdlib/js/src/generated is not shared but used exclusively for current js-v1 backend.

Kotlin/JS Standard Library module is moved to libraries/stdlib/js-v1.