ja2375/add_2_calendar

🚨 Error on build with version 2.2.2

Closed this issue · 4 comments

Problem

When building the application with the version 2.2.2, i encountered an error which said that it got an unresolved reference : LOCATION.
I tested with the version 2.2.1 and no error.

Screenshot of the error :
image

Also happened when building on GitHub Action :
image

Thank you for your action.

Thanks for reporting this, I'll have a look!

It seems to be caused by the PR #120

I am getting the same error

e: ~/add_2_calendar/android/src/main/kotlin/com/javih/add_2_calendar/Add2CalendarPlugin.kt: (101, 53): Unresolved reference: LOCATION

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':add_2_calendar:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > 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. Run with --scan to get full insights.

I am experiencing the same issue

It was resolved in 2.2.3.
Thank you for your action.