chore(android): update kotlin compiler settings

This commit is contained in:
Peter Steinberger
2025-12-20 23:35:21 +01:00
parent c1050da852
commit 878f074494
2 changed files with 7 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ import org.xbill.DNS.Type
import kotlin.coroutines.resume
import kotlin.coroutines.resumeWithException
@Suppress("DEPRECATION")
class BridgeDiscovery(
context: Context,
private val scope: CoroutineScope,