diff --git a/build.gradle b/build.gradle index c0c2df1dfd7..c6d12dda75b 100644 --- a/build.gradle +++ b/build.gradle @@ -75,6 +75,8 @@ buildscript { classpath Dependencies.ksp classpath Dependencies.detektPlugin classpath Dependencies.sonarQubePlugin + + classpath("org.bouncycastle:bcutil-jdk18on:1.79") } }