mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Fix/kotlin hilt compiler artifact issue (#2416)
This commit is contained in:
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -39,8 +39,11 @@ updates:
|
||||
directory: kotlin/android/
|
||||
schedule:
|
||||
interval: daily
|
||||
# Requires using a newer Java runtime
|
||||
ignore: org.jetbrains.kotlin:kotlin-gradle-plugin
|
||||
ignore:
|
||||
# Depends on org.jetbrains.kotlin:kotlin-gradle-plugin version
|
||||
- dependency-name: com.google.dagger.hilt.android
|
||||
# Depends on JDK version which is bundled with Android Studio (JDK 17)
|
||||
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
|
||||
- package-ecosystem: gradle
|
||||
directory: kotlin/android/app/
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user