We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745c7a4 commit 97b8acbCopy full SHA for 97b8acb
core/src/main/java/com/segment/analytics/kotlin/core/Analytics.kt
@@ -43,7 +43,7 @@ open class Analytics protected constructor(
43
}
44
45
// use lazy to avoid the instance being leak before fully initialized
46
- val storage: Storage by lazy {
+ internal val storage: Storage by lazy {
47
configuration.storageProvider.getStorage(
48
analytics = this,
49
writeKey = configuration.writeKey,
0 commit comments