kotlin retrofit no such method error
-
[안드로이드 kotlin] No static method metafactory error안드로이드(kotlin)/에러 관련 2021. 5. 17. 16:18
kotlin으로 retrofit 을 사용하려고 다 적용한 후 실행해보니 java.lang.NoSuchMethodError: No static method metafactory 라는 에러가 발생했습니다. 제대로 했는데 나타난 에러라서 구글에 찾아보니 자바 버전을 명시해주면 해결해준다고 찾았습니다. 출처는 아래와 같습니다. https://github.com/square/retrofit/issues/3280 java.lang.NoSuchMethodError: No static method metafactory · Issue #3280 · square/retrofit It seems the newest version implementation 'com.squareup.retrofit2:converter-scal..