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

Intellij polyglot-kotlin issue #284

Open
wikeAtGH opened this issue Feb 9, 2024 · 0 comments
Open

Intellij polyglot-kotlin issue #284

wikeAtGH opened this issue Feb 9, 2024 · 0 comments

Comments

@wikeAtGH
Copy link

wikeAtGH commented Feb 9, 2024

Using:

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

Issue:

When trying to refresh the project, i get the error
performCancelable(...) must not be null

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

No branches or pull requests

1 participant