[Error]
코틀린 프로젝트를 처음 생성하고 컴파일을 해보니, 위와 같은 에러가 발생했습니다.
Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>'
[해결방법]
app:gradle 파일에 버전을 하나 수정했습니다.
implementation 'com.google.android.material:material:1.7.0
▼▼▼▼
implementation 'com.google.android.material:material:1.6.1