Hello.
So recently I have ran into the issue where I am adding a dependent on my project utilizing the famous maven pom.xml but when I am trying to import the dependent, it's not working at all.
I've never seen this issue previously, did all my research (tried resetting caches, refreshing dependencies, adding it manually through project structures and modules) still no help.
Quick example:
<dependency>
<groupId>org.nexar</groupId>
<artifactId>Core-Bukkit</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
-------------------------
No errors, nothing. But when creating a class and importing it (
import org.nexar.blah.blahblahblah) it shows on red.
I am using Kotlin 1.3.71 on IntelliJ (I'm a beginner on kotlin)
If anyone could help please reply down. If you need more information also leave it down below, I'll try my best to reply. I've had this issue for like 1 month straight.
Thank you
EDIT: I am having this issue only in 1 project, in others it works just fine.
EDIT 2: If you're feeling like helping my privately, my telegram is @CoOwner.
So recently I have ran into the issue where I am adding a dependent on my project utilizing the famous maven pom.xml but when I am trying to import the dependent, it's not working at all.
I've never seen this issue previously, did all my research (tried resetting caches, refreshing dependencies, adding it manually through project structures and modules) still no help.
Quick example:
<dependency>
<groupId>org.nexar</groupId>
<artifactId>Core-Bukkit</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
-------------------------
No errors, nothing. But when creating a class and importing it (
import org.nexar.blah.blahblahblah) it shows on red.
I am using Kotlin 1.3.71 on IntelliJ (I'm a beginner on kotlin)
If anyone could help please reply down. If you need more information also leave it down below, I'll try my best to reply. I've had this issue for like 1 month straight.
Thank you
EDIT: I am having this issue only in 1 project, in others it works just fine.
EDIT 2: If you're feeling like helping my privately, my telegram is @CoOwner.
Last edited:
