private fun setDependencyInjection(): Unit
Koin 을 활용한 Dependency Injection 입니다. 전체 애플리케이션 프로세스에서 1회만 실행됩니다. 상세한 DI 트리는 di.PreAssignmentApplicationModule 에 정의되어있습니다.
See Also
com.gmail.ayteneve93.apex.kakaopay_preassignment.di.PreAssignmentApplicationModule