Does anyone know if there's a way to get the kotli...
# announcements
b
Does anyone know if there's a way to get the kotlin (stdlib) classpath path from within a maven pom.xml? I'm trying to enable type resolution for detekt, which needs a classpath. I can use
${java.class.path}
, which gives me the jaca classpath, but how can I get this for kotlin? (I get complaints about the kotlin stdlib missing)