Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
3.1.0, Beryllium
-
Security Level: Public
-
0
Description
Because Kotlin does not make members of non-public super-classes visible from their sub-classes, the type ReplicatorConfiguration.ReplicatorType, which should be public, is not visible from Kotlin.
Replace it with a public type and add support for the new type to ReplicatorConfiguration