Provide specialized stdlib function implementations depending on current JRE version #KT-8254
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package kotlin.internal
|
||||
|
||||
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "CANNOT_OVERRIDE_INVISIBLE_MEMBER")
|
||||
internal open class JRE8PlatformImplementations : JRE7PlatformImplementations() {
|
||||
}
|
||||
Reference in New Issue
Block a user