Daniel
12/30/2019, 8:33 PMinterface SharedPreferencesBuilder {
fun build(): SharedPreferences
}
I have to denote the type in each implementation since the compiler warns me about the platform typeQuy D X Nguyen
12/30/2019, 9:23 PMDaniel
12/30/2019, 9:30 PM