Closed heyuxiang1996 closed 1 year ago
This is my pom file code, and the IDE prompts that it cannot be loaded (refresh also cannot resolve). Looking forward to your reply, thank you very much!
Does kotlinx.ast only support kotlin projects? Can Java projects built using Maven use it?
I have encountered the same problem.
here is my pom.xml
, but it can not import the class in the java file.
the jar file has been imported in Libraries:
Hi! I had a similar issue. For anyone who is here sometime in the future, where it says the repository is valid but it won't work in your code, try this:
Maven
and select Reload Project
.
This effectively just tells Maven to re-install every import from the looks of it. I don't know if this will work for others, but try it anyways I guess.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">