问题 I can't compile the code using a Model View Presenter(MVP) Hilt approach. I get this error: /MotionPoC/app/build/generated/source/kapt/debug/com/aria/motionpoc/di/MotionApp_HiltComponents.java:145: error: [Dagger/MissingBinding] com.aria.motionpoc.coupon.MainActivity cannot be provided without an @Inject constructor or an @Provides-annotated method. This type supports members injection but cannot be implicitly provided. The code itself: MainActivity.kt @AndroidEntryPoint class MainActivity :