I have one file that does this sort of thing: ``` ...
# gradle
j
I have one file that does this sort of thing:
Copy code
var configureRepository : (RepositoryHandler) -> Unit by extra
configureRepository = this::repositoryConfigurer
where
repositoryConfigurer
is a function in the file.