You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run gradle clean build in the template directory
Then I get the following error
lint-checks/src/main/java/io/bloco/template/lintchecks/MissingExcludePreviewAnnotationDetector.kt:57:33 Unresolved reference: CUSTOM_LINT_CHECKS
> Task :core:data:compileKotlin
w: Opt-in requirement marker kotlin.Experimental is unresolved. Please make sure it's present in the module dependencies
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':lint-checks:compileKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more details
The text was updated successfully, but these errors were encountered:
When I run gradle clean build in the template directory
Then I get the following error
The text was updated successfully, but these errors were encountered: