[Android] Android Configuration 'compile' is obsolete and been replaced with 'implementation' and 'api'
Android Configuration 'compile' is obsolete and been replaced with 'implementation' and 'api' 갑자기 찾아온 warning 프로젝트 빌딩 할때마다 크게 문제는 없지만 짜증이 난다. 노란색 느낌표가 눈에 걸린다. Warning log Android Gradle Plugin Configuration 'compile' is obsolete and been replaced with 'implementation' and 'api'. 문제는 거슬린다. 그뿐이다. 하지만 개발하는분들은 알겠지만 거슬리거나 신경쓰이는건 해결을 해야한다!! 저만그런건 아니죠???찡긋 해결 어디한번 해결해보자. 링크로 가보면 잘 설명이 나와있다. https://dev..
2023.07.26