mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix: replace unsupported extension syntax
This commit is contained in:
parent
0c29a6626d
commit
6db7880178
2 changed files with 3 additions and 3 deletions
|
@ -16,5 +16,5 @@ import dev.msfjarvis.claw.common.comments.HTMLConverter
|
|||
@Module
|
||||
@ContributesTo(ApplicationScope::class)
|
||||
interface HTMLConverterModule {
|
||||
@Binds fun HTMLConverterImpl.bind(): HTMLConverter
|
||||
@Binds fun bindHTMLConverter(impl: HTMLConverterImpl): HTMLConverter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue