takari / polyglot-maven

Support alternative markup for Apache Maven POM files
Eclipse Public License 1.0
893 stars 101 forks source link

Intellij polyglot-kotlin issue #284

Open wikeAtGH opened 9 months ago

wikeAtGH commented 9 months ago

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