We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b4551 commit e53a8d7Copy full SHA for e53a8d7
ui/build.gradle.kts
@@ -3,6 +3,9 @@
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
5
6
+// Grotesque workaround for https://issuetracker.google.com/issues/279780940
7
+System.setProperty("com.android.tools.r8.disableApiModeling", "1")
8
+
9
val pkg: String = providers.gradleProperty("wireguardPackageName").get()
10
11
plugins {
0 commit comments