Detekt: fix UtilityClassWithPublicConstructor

This commit is contained in:
Benoit Marty 2022-05-12 17:26:11 +02:00
parent cdbc9db890
commit c19563bed2

View file

@ -16,7 +16,7 @@
package im.vector.lib.multipicker
class MultiPicker<T> {
class MultiPicker<T> private constructor() {
companion object Type {
val IMAGE by lazy { MultiPicker<ImagePicker>() }