Kotlin: 'Classpath entry points to a non-existent location: /path/to/app/src/main/kotlin' Kotlin Android 2018.12.09 Kotlin で記述したテストを実行した際に下記の Warning が発生。 (ちなみに Kotlin のバージョンは 1.2.50) w: Classpath entry points to a non-existent location: /path/to/app/src/main/kotlin 調べてみると Kotlin 1.2.51 で修正済み (参考)ということ。 この file.exists() が本質的な対応コードかな? 参考 URL 1.2.50 emits warning “Classpath entry points to a non-existent location:” Filter out non-existent java source roots in kapt tasks Changelog