[Android] Could not create task ':app:kspDebugKotlin'.

·
Android/이슈 처리
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not create task ':app:kspDebugKotlin'. > Cannot query the value of task ':app:kspDebugKotlin' property 'classpathSnapshotProperties.useClasspathSnapshot' because it has no value available.프로젝트를 새로 만들고 의존성을 추가 후 앱을 실행했더니 위와 같은 에러가 발생했다. 의존성을 추가하고 sync에서 문제가 발생하지 않아서 조금 헤매었는데, 이 에러는 KGP와 KSP의 버전이 불일치할 때 자주 나타..