android,kotlin2023. 5. 15. 16:55

[android studio]is not abstract and does not implement abstract member public abstract fun getActionId() 해결방법

 

project build.gradle , app build.gradle version을 맞춰주면 된다.

 

[참조] https://soopeach.tistory.com/168

 

안드로이드[Android] is not abstract and does not implement abstract member public abstract fun getActionId(): Int defined i

오류 내용 is not abstract and does not implement abstract member public abstract fun getActionId(): Int defined in androidx.navigation.NavDirections 발생 과정 navigation을 이용하여 fragment를 전환하고 safeArgs를 사용하여 데이터를

soopeach.tistory.com

 

Posted by thdeodls85