As @k314159 said JLS forbids reserved words from being part of a package name, making it impossible to import those classes in Java.
Note: The use of Reflection or a Kotlin Wrapper might work, further tests required