classpath

@Parameter(required = true, defaultValue = "${project.compileClasspathElements}")
var classpath: List<String>

Classpath for analysis and interactive samples.

Useful if some types that come from dependencies are not resolved/picked up automatically. Property accepts both .jar and .klib files.

Default is {project.compileClasspathElements}.