File tree Expand file tree Collapse file tree 2 files changed +1
-26
lines changed
build-logic/convention/src/main/kotlin Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,6 @@ class KoverConventionPlugin : Plugin<Project> {
22
22
reports {
23
23
filters {
24
24
includes.packages(" dev.dai.android.architecture.template.*" )
25
- excludes {
26
- packages(
27
- " dagger.hilt.*" ,
28
- " hilt_aggregated_deps" ,
29
- " dev.dai.android.architecture.template.designsystem" ,
30
- " dev.dai.android.architecture.template.provider" ,
31
- " dev.dai.android.architecture.template.di" ,
32
- " dev.dai.android.architecture.template.*.di"
33
- )
34
- classes(
35
- // classes generated by Hilt
36
- " Hilt_**" ,
37
- " *_HiltModules*" ,
38
- " *Factory*" ,
39
- " *Module*" ,
40
- // classes project specific
41
- " *App*" ,
42
- " BuildConfig" ,
43
- " *Provider*" ,
44
- " *NavHost*" ,
45
- " ComposableSingletons" ,
46
- " *Screen*" ,
47
- )
48
- androidGeneratedClasses()
49
- }
50
25
}
51
26
}
52
27
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ androidxNavigation = "2.8.4"
12
12
androidxTestExt = " 1.2.1"
13
13
androidxTestRules = " 1.6.1"
14
14
coil = " 2.7.0"
15
- detekt = " 1.23.6 "
15
+ detekt = " 1.23.7 "
16
16
firebaseBom = " 33.6.0"
17
17
firebaseAppDistributionPlugin = " 5.0.0"
18
18
firebaseCrashlyticsPlugin = " 3.0.2"
You can’t perform that action at this time.
0 commit comments