diff --git a/photopicker/src/main/java/com/github/basshelal/unsplashpicker/presentation/UnsplashPhotoPicker.kt b/photopicker/src/main/java/com/github/basshelal/unsplashpicker/presentation/UnsplashPhotoPicker.kt index e41daa4..069cc64 100644 --- a/photopicker/src/main/java/com/github/basshelal/unsplashpicker/presentation/UnsplashPhotoPicker.kt +++ b/photopicker/src/main/java/com/github/basshelal/unsplashpicker/presentation/UnsplashPhotoPicker.kt @@ -479,7 +479,7 @@ public class UnsplashPhotoPicker * } * ``` */ - public inline operator fun invoke(apply: UnsplashPhotoPicker.() -> Any) = this.apply { apply() } + public inline operator fun invoke(apply: UnsplashPhotoPicker.() -> Unit) = this.apply { apply() } companion object {