mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 14:19:19 +00:00
Clean up
This commit is contained in:
@ -18,9 +18,10 @@ object Converters {
|
||||
else string.split(",")
|
||||
}
|
||||
|
||||
@JvmName("stringListToByteArray")
|
||||
@TypeConverter
|
||||
@JvmStatic
|
||||
fun toString(list: List<String>): ByteArray = list.toString().toByteArray()
|
||||
fun toByteArray(list: List<String>): ByteArray = list.toString().toByteArray()
|
||||
|
||||
@TypeConverter
|
||||
@JvmStatic
|
||||
|
Reference in New Issue
Block a user