Hi, I've been trying to import a module from Maven into my project, and it doesn't seem to be working. I've added 2 Kotlin modules (betterParser and ) via File -> Project Structure -> Module -> + and yet I can't import any of the symbols (Kotlin: Packages cannot be imported). Just to check, I imported a Java module (JBlas) from Maven using the same methodology that that one works just fine. What am I doing wrong? (I'm using ant, not Graddle)
e
ephemient
09/10/2022, 1:05 PM
what is the module you are trying to import? if it's a kotlin multiplatform library, those only work out of the box in gradle, due to relying on gradle metadata about the different variants