Fix generic compile

pull/1663/head
Alex Baker 3 years ago
parent e496ce1594
commit 5eae8389d4

@ -4,7 +4,7 @@ package org.tasks.billing
class Purchase(json: String?) {
val sku: String = ""
fun toJson(): String? = null
fun toJson(): String = ""
val isCanceled = false

Loading…
Cancel
Save