Open wikeAtGH opened 9 months ago
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
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