``` interface ILocalMavenRepoPathInterceptor : IIn...
# kobalt
c
Copy code
interface ILocalMavenRepoPathInterceptor : IInterceptor {
    fun repoPath(currentPath: String) : String
}
👍 1