Is detekt able to analyse non-kotlin files, for example the meta-inf files like service providers? Use-case: if you implement a service provider you need to have a non-arg constructor
b
Brais Gabin
11/21/2022, 10:52 AM
Not at the moment
h
hfhbd
11/21/2022, 11:00 PM
Another stupid mistake I made: You should not use a nested interface as service provider. The service loader is unable to load the file. Took some time to figure this out...