From f840d8f53346b59f54d30b27b3039a55eec97ad4 Mon Sep 17 00:00:00 2001 From: Alexander Karkossa Date: Wed, 7 Aug 2024 16:48:11 +0200 Subject: [PATCH] build: ktlint --- billing/src/main/java/de/charlex/billing/BillingHelper.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/billing/src/main/java/de/charlex/billing/BillingHelper.kt b/billing/src/main/java/de/charlex/billing/BillingHelper.kt index b761eed..6860965 100644 --- a/billing/src/main/java/de/charlex/billing/BillingHelper.kt +++ b/billing/src/main/java/de/charlex/billing/BillingHelper.kt @@ -34,7 +34,6 @@ import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.channels.BufferOverflow import kotlinx.coroutines.flow.MutableSharedFlow import kotlinx.coroutines.flow.first -import kotlinx.coroutines.flow.firstOrNull import kotlinx.coroutines.launch import kotlinx.coroutines.withContext import kotlinx.coroutines.withTimeoutOrNull