Skip to content

1.0.2 - Koin annotations support

Compare
Choose a tag to compare
@dshatz dshatz released this 03 May 08:21
· 21 commits to master since this release

Koin-annotations support.

Generate a KtorFitModule class. You can use it as follows:

@Module(include=[KtorFitModule::class])
class YourModule