Skip to content

Commit cbd0262

Browse files
daplffwcd
andauthored
Update shared/src/main/kotlin/org/javacs/kt/classpath/ClassPathResolver.kt
Co-authored-by: FW <[email protected]>
1 parent b660db5 commit cbd0262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/src/main/kotlin/org/javacs/kt/classpath/ClassPathResolver.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ interface ClassPathResolver {
3636
* We use 1, because this will prevent any attempt to cache non cacheable resolvers
3737
* (see [CachedClassPathResolver.dependenciesChanged]).
3838
*/
39-
fun getCurrentBuildFileVersion(): Long = 1L
39+
val currentBuildFileVersion: Long
40+
get() = 1L
4041

4142
companion object {
4243
/** A default empty classpath implementation */

0 commit comments

Comments
 (0)