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:
parent
4ea6b48047
commit
0621d1c1d1
|
@ -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
|
Loading…
Reference in a new issue