Drop package facades: code cleanup in Kotlin project.
This commit is contained in:
@@ -36,7 +36,7 @@ public class ReflectionFactoryImpl extends ReflectionFactory {
|
||||
|
||||
@Override
|
||||
public KClass getOrCreateKotlinClass(Class javaClass) {
|
||||
return InternalPackage.getOrCreateKotlinClass(javaClass);
|
||||
return KClassCacheKt.getOrCreateKotlinClass(javaClass);
|
||||
}
|
||||
|
||||
// Functions
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
package kotlin.reflect.jvm.internal
|
||||
|
||||
import java.lang.ref.WeakReference
|
||||
import kotlin.reflect.KClass
|
||||
import kotlin.reflect.jvm.internal.pcollections.HashPMap
|
||||
|
||||
// TODO: collect nulls periodically
|
||||
|
||||
Reference in New Issue
Block a user