From 133147907206fe4f73e6b230b224b8302ede85d0 Mon Sep 17 00:00:00 2001 From: Ax333l Date: Mon, 17 Jul 2023 16:48:29 +0200 Subject: [PATCH] fix: serialization not working --- app/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4e16551a..6de93405 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -48,7 +48,6 @@ android { "META-INF/**.version", "DebugProbesKt.bin", "kotlin-tooling-metadata.json", - "kotlin/**.kotlin_builtins", "org/bouncycastle/pqc/**.properties", "org/bouncycastle/x509/**.properties", ))