We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extensions.xml
<?xml version="1.0" encoding="UTF-8"?> <extensions> <extension> <groupId>io.takari.polyglot</groupId> <artifactId>polyglot-kotlin</artifactId> <version>0.7.0</version> </extension> </extensions>
pom.kts
project("my.groupid:my.artifact:2.0:pom") { }
Intellij version: IDEA 2023.3.3
polyglot-kotlin is added as global dependency and added to the module
When trying to refresh the project, i get the error performCancelable(...) must not be null
performCancelable(...) must not be null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using:
extensions.xml
pom.kts
Intellij version: IDEA 2023.3.3
polyglot-kotlin is added as global dependency and added to the module
Issue:
When trying to refresh the project, i get the error
performCancelable(...) must not be null
The text was updated successfully, but these errors were encountered: