Actually, I'll move this question to <#C0B8H786P|>
# announcements
r
Actually, I'll move this question to #C0B8H786P
k
already asked on Kotlin support official site, as I can see I'm not the first one with such an issue, quite pity as it is hanging for nearly a year, just disappears and appears again with different versions.
r
ah I searched but couldn't find it
It's just annoying because it 'corrects' my .getX() to .x while typing
k
@Karolo what is the output of
gradlew.bat clean :app:compileDebugKotlin
?
k
Task appcompileDebugKotlin Using kotlin incremental compilation e: D\AppTimer\app\src\main\java\com\example\kb\worktimer\services\WorkTimeService.kt (92, 25): Unresolved reference: monitor e: D\AppTimer\app\src\main\java\com\example\kb\worktimer\services\WorkTimeService.kt (100, 9): Unresolved reference: monitor FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'appcompileDebugKotlin'.
Compilation error. See log for more details
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org BUILD FAILED in 23s 14 actionable tasks: 14 executed I understand those Unresolved reference monitor, as I started refactoring. But should it crash the whole project?