https://kotlinlang.org logo
#announcements
Title
# announcements
r

ross_a

10/10/2017, 10:11 AM
Actually, I'll move this question to #intellij
k

Karolo

10/10/2017, 10:14 AM
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

ross_a

10/10/2017, 10:23 AM
ah I searched but couldn't find it
It's just annoying because it 'corrects' my .getX() to .x while typing
k

koral

10/10/2017, 11:00 AM
@Karolo what is the output of
gradlew.bat clean :app:compileDebugKotlin
?
k

Karolo

10/10/2017, 11:02 AM
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?