Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart plugin config fix #921

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Lootwig
Copy link

@Lootwig Lootwig commented Sep 14, 2024

I'm not really sure if there's another intended way how to get this project to build that I'm missing, but following the current instructions alone fails during the build step.

After adding the plugin to classpath, the IDE still marks the overrides as invalid - although auto-generating them results in identical signatures, so I guess it's just related to where the types referenced in each are defined.

Lootwig and others added 2 commits September 14, 2024 22:42
Missing required configuration steps to build the project at its current state.
@alexander-doroshko alexander-doroshko self-assigned this Sep 16, 2024
@alexander-doroshko
Copy link
Member

Thank your for the PR. I'll either merge it or find a different way to fix compilation.

Meanwhile, the easiest way to fix compilation is to exclude DartWebDebugAware and DartFileUrlMapper from Compile:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants