Skip to content

Commit

Permalink
Gradle: Fix build error in externals
Browse files Browse the repository at this point in the history
This patch adds buildscript dependencies to fix build error in externals.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and myungjoo committed Apr 22, 2024
1 parent feb55e3 commit 57d4da5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ plugins {
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
}

buildscript {
dependencies {
classpath(libs.tukaani.xz)
}
}

0 comments on commit 57d4da5

Please sign in to comment.