KT
Size: a a a
KT
IG
IG
VD
VD
KT
VD
KT
VD
VD
KT
VD
./gradlew installDebug
потом.e
toothpick.registries.NoFactoryFoundException: No factory could be found for class ru.terrakok.gitlabclient.model.interactor.project.MarkDownConverter. Check that the class has either a @Inject annotated constructor or contains @Inject annotated members. If using Registries, check that they are properly setup with annotation processor arguments.
KT
AD
toothpick.registries.NoFactoryFoundException: No factory could be found for class ru.terrakok.gitlabclient.model.interactor.project.MarkDownConverter. Check that the class has either a @Inject annotated constructor or contains @Inject annotated members. If using Registries, check that they are properly setup with annotation processor arguments.
KT
KT
KT
e
class MarkDownConverter {
private val converter = AndDown()
fun markdownToHtml(raw: String) = converter.markdownToHtml(raw)
}
bind(MarkDownConverter::class.java)
KT