Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kotlin: Warning:Classpath entry points to a non-existent location:

Tags:

android

kotlin

I am getting a warning every time when I build Project(Kotlin). This issue has begun After Creating sub-packages and using Room Database in Project(Kotlin).

I am unable to find my mistake or is there anything I have to add in gradle or in my project? can anyone help me?

Warning:Classpath entry points to a non-existent location: /Users/app/src/debug/java Warning:Classpath entry points to a non-existent location: /Users/app/src/debug/kotlin Warning:Classpath entry points to a non-existent location: /Userapp/src/main/kotlin Warning:Classpath entry points to a non-existent location: /Users/app/build/generated/source/rs/debug

like image 400
Gaurang Goda Avatar asked Jul 05 '18 10:07

Gaurang Goda


1 Answers

This warning is a Kotlin issue which is fixed in Kotlin 1.2.51. Please update the version of Kotlin in your build.gradle.

like image 123
yole Avatar answered Oct 04 '22 04:10

yole