Skip to content
Advertisement

Tag: intellij-idea

Add Framework Support missing in Intellij

I am trying to add an external library using Maven. Tutorials mention to right click on a module, and select “add framework support.” I have looked in detail, and I cannot find that option in my IntelliJ. Here is my current version of IntelliJ Any insight would be appreciated, as I have been stuck on this for a while. Answer

Gradle project builds successfully but IntelliJ cannot resolve references

Every usage of the following Kotlin library compiles and can be used, but IntelliJ’s autocomplete (and perhaps others) cannot resolve the references. https://gitlab.com/7Hazard/altv-kotlin I am using it as a dependency via JitPack: https://jitpack.io/#com.gitlab.7Hazard/altv-kotlin JDK 11, Gradle 6.3 (wrapper) The gradle project builds fine but just autocompletion is broken. Other dependencies like kotlinx.coroutines work fine. It altv-kotlin is a fatjar and

Advertisement