Provide stable JVM names for kotlinx-metadata file facades

#KT-23198
This commit is contained in:
Alexander Udalov
2018-05-16 12:30:49 +02:00
parent c87218ac6c
commit b97379b39b
3 changed files with 3 additions and 0 deletions
@@ -3,6 +3,7 @@
* that can be found in the license/LICENSE.txt file.
*/
@file:JvmName("JvmMetadataUtil")
package kotlinx.metadata.jvm
import kotlinx.metadata.ClassName
@@ -3,6 +3,7 @@
* that can be found in the license/LICENSE.txt file.
*/
@file:JvmName("ClassNameKt")
package kotlinx.metadata
/**
@@ -3,6 +3,7 @@
* that can be found in the license/LICENSE.txt file.
*/
@file:JvmName("FlagsKt")
package kotlinx.metadata
/**