tim
12/08/2020, 2:53 PM~/.gradle
and project/.gradle
folders but the issue seems to persist. Its getting stuck during some kapt dependent tasks which get called from gradle :core:classes
Anyone else experiencing similar?eskatos
12/08/2020, 3:34 PMtim
12/08/2020, 3:41 PMeskatos
12/08/2020, 3:53 PMuser@host $ jps | grep Gradle
302357 GradleDaemon
302323 GradleWrapperMain
The above shows two Gradle processes, you need a thread dump of the GradleDaemon
onetim
12/08/2020, 4:02 PMeskatos
12/08/2020, 4:03 PMgradle/gradle
with the thread dump attached and as much detail as you can about your build.tim
12/08/2020, 4:04 PMeskatos
12/08/2020, 4:06 PMtim
12/08/2020, 4:07 PMeskatos
12/08/2020, 8:11 PMtim
12/08/2020, 8:12 PM@optics
annotation then gradle spits out the error from during compileKotlin task and exits. If I fix the missing type, then it compiles correctly.eskatos
12/09/2020, 8:49 AMtim
12/09/2020, 9:52 AM