aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/main/kotlin/ca/allanwang/kau/kpref/KPrefBinder.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/ca/allanwang/kau/kpref/KPrefBinder.kt b/core/src/main/kotlin/ca/allanwang/kau/kpref/KPrefBinder.kt
index ff89976..a424839 100644
--- a/core/src/main/kotlin/ca/allanwang/kau/kpref/KPrefBinder.kt
+++ b/core/src/main/kotlin/ca/allanwang/kau/kpref/KPrefBinder.kt
@@ -72,7 +72,7 @@ class GlobalOptions(core: CoreAttributeContract, activity: KPrefActivityContract
* The mandatory values are final so they cannot be edited in the builder
*/
@KPrefMarker
-class KPrefAdapterBuilder(internal val globalOptions: GlobalOptions) {
+class KPrefAdapterBuilder(val globalOptions: GlobalOptions) {
@KPrefMarker
fun header(@StringRes title: Int)