From 44a0f675edf297b7d3264740e9eda04a181ea495 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sun, 14 Apr 2019 12:57:23 +0800 Subject: [PATCH] Exclude all the gay shit from kotlin --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 6af288ed..3a8d802f 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -42,7 +42,7 @@ android { } dataBinding.enabled = true flavorDimensions("freedom") - packagingOptions.exclude 'META-INF/*.kotlin_module' + packagingOptions.exclude '**/*.kotlin_*' productFlavors { fdroid { dimension "freedom"