Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created December 2, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfcporciuncula/01fdcb878a1c68692e5d5ddd2335dfbd to your computer and use it in GitHub Desktop.
Save tfcporciuncula/01fdcb878a1c68692e5d5ddd2335dfbd to your computer and use it in GitHub Desktop.
PostModule
@Module
object PostModule {
@JvmStatic @Provides @Reusable
fun provideBestPostFinder() = BestPostFinder()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment