Move SP delegates to the correct location

The SP delegates do not belong in impl/ , since they are not
implementation specific; rather, they are part of the interface

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
This commit is contained in:
Carlos Rafael Giani 2022-11-21 19:26:44 +01:00
parent 4ea6b48047
commit 0621d1c1d1

View file

@ -1,4 +1,4 @@
package info.nightscout.shared.impl.sharedPreferences
package info.nightscout.shared.sharedPreferences
import info.nightscout.shared.sharedPreferences.SP
import kotlin.properties.ReadWriteProperty