Is it possible to have hilt and kotlin inject toge...
# kotlin-inject
s
Is it possible to have hilt and kotlin inject together in a kmp project? I wish to keep using hilt for ViewModel(
@HiltViewModel
) and Activity/Fragment (
@AndroidEntryPoint
) for android module and us kotlin-inject for shared modules.
👌 1