728x90
반응형
Naver map Jetpack Compose 사용을 해보려고 하는 도중
'Could not find io.github.fornewid:naver-map-compose' 에러를 발견하였다.
https://github.com/fornewid/naver-map-compose
위의 주소에서
버전을 확인할 수 있다.
dependencies {
implementation 'io.github.fornewid:naver-map-compose:<version>'
}
위 처럼 build.gradle(Module)에 추가하여 사용하면 된다.
근데
아래처럼 알 수 없는 오류를 발견했다.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find io.github.fornewid:naver-map-compose:v1.3.1.
이런 에러가 계속해서 떴다.
버전이 위와 같이 나와있고.. Sync Now는 눌리는데 빌드가 안됌
혹시나 싶어 v를 제거하여 버전을 추가하였더니
잘됌 껄껄
implementation 'io.github.fornewid:naver-map-compose:1.3.1'
이렇게 추가하세여 호호
728x90
반응형