我已经将我的dagger模块、组件和类转换为kotlin。在Model类中使用构造函数注入时面临以下错误: java.lang.IllegalStateException: dataManager.appSettings must not be null 下面是我的Module类: @Module @Provides
fun provideBaseViewModel(application: Application, dataManager: DataManager, serviceConnector: ServiceConnector,