Skip to content

Commit

Permalink
⚡️ Make FileKitInitializer public
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Feb 6, 2025
1 parent 3ccd764 commit 5e939de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import androidx.startup.Initializer
import io.github.vinceglb.filekit.FileKit

@Suppress("unused")
internal class FileKitInitializer : Initializer<FileKit> {
public class FileKitInitializer : Initializer<FileKit> {
override fun create(context: Context): FileKit =
FileKit.apply { init(context) }

Expand Down

0 comments on commit 5e939de

Please sign in to comment.