The public type ReplicatorConfiguration.ReplicatorType is not visible from Kotlin

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

Activity

Show:

Blake Meike March 3, 2023 at 7:39 PM

ReplicatorConfiguration.ReplicatorType is deprecated and has been replaced with  com.couchbase.lite.ReplicatorType

The methods: ReplicatorConfiguration.setReplicatorType and ReplicatorConfiguration.getReplicatorType have both been deprecated an have been replaced with ReplicatorConfiguration.setType and ReplicatorConfiguration.getType respectively

Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

Story Points

Fix versions

Affects versions

Priority

Instabug

Open Instabug

PagerDuty

Sentry

Zendesk Support

Created March 3, 2023 at 7:37 PM
Updated March 18, 2024 at 7:00 PM
Instabug