1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-04-23 19:32:11 +00:00

fix(app): some tasks not being detected

This commit is contained in:
Florian Bouillon 2022-08-23 19:23:10 +02:00
parent 8860f2c1b8
commit 47a91fcc09

View File

@ -3,11 +3,13 @@ import java.util.Properties
plugins {
id("com.android.application")
kotlin("android")
kotlin("kapt")
id("dagger.hilt.android.plugin")
// Safe Navigation
id("androidx.navigation.safeargs")
// keep at bottom
kotlin("kapt")
}
android {