Fix generic compile

pull/3203/head
Alex Baker 12 months ago
parent d2a0dda6c5
commit c67263392f

@ -21,6 +21,7 @@ class BillingClientImpl(
) {}
override suspend fun acknowledge(purchase: Purchase) {}
override suspend fun getSkus(skus: List<String>): List<Sku> = emptyList()
override suspend fun consume(sku: String) {}

Loading…
Cancel
Save