Ao compilar o projeto no IntelliJ, está com o seguinte erro: na classe MainActivity do projeto Android: Error:Kotlin: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class io.flutter.embedding.android.FlutterActivity, unresolved supertypes: androidx.lifecycle.LifecycleOwner Error:(5, 1) Kotlin: Cannot access 'androidx.lifecycle.LifecycleOwner' which is a supertype of 'com.example.bytebank.MainActivity'. Check your module classpath for missing or conflicting dependencies
Como resolver este problema?