Skip to content

Commit e53a8d7

Browse files
committed
gradle: hack around 8.1.0-beta02 api 21 outlining bug
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent e0b4551 commit e53a8d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55

6+
// Grotesque workaround for https://issuetracker.google.com/issues/279780940
7+
System.setProperty("com.android.tools.r8.disableApiModeling", "1")
8+
69
val pkg: String = providers.gradleProperty("wireguardPackageName").get()
710

811
plugins {

0 commit comments

Comments
 (0)