mirror of https://github.com/sbt/sbt.git
9 lines
137 B
Markdown
9 lines
137 B
Markdown
|
|
|
||
|
|
|
||
|
|
## files extension on Classpath
|
||
|
|
|
||
|
|
```scala
|
||
|
|
+ given FileConverter = fileConverter.value
|
||
|
|
val cp = (Compile / classpath).value.files
|
||
|
|
```
|