I'm trying to run test on a simple app with kotlin...
# android
c
I'm trying to run test on a simple app with kotlin but normal gradle commands are failing with error
Copy code
Execution failed for task ':app:kaptDebugKotlin'.
> Could not find tools.jar in system classpath, which is required for kapt to work
i
JDK 9?
c
No, 8
If I remove the kapt processor, it works, but I need it
This ticket says this issue is fixed, but I think I'm still having the same issue https://youtrack.jetbrains.com/issue/KT-27188
i
What is your Kotlin version?
c
1.3.11
i
Oh, I think it is fixed in 1.3.20
👍 1