Skip to content

Commit

Permalink
fix workaround for google/dagger#3383
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGW committed Aug 21, 2022
1 parent fdecc30 commit 61f15ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Android Release

on:
push:
tags:
- '*.*.*'
release:
types: [ published ]
workflow_dispatch:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ dependencies {

// Dependency Injection
implementation("com.google.dagger:hilt-android:2.43.2")
kapt("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2")
kapt("com.google.dagger:hilt-android-compiler:2.43.2")

// Navigation Component
Expand Down

0 comments on commit 61f15ab

Please sign in to comment.