1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00
This commit is contained in:
Cedric Beust 2017-04-07 11:42:33 -07:00
parent 33dafe6cd0
commit d2ee2f7b4c

View file

@ -16,7 +16,7 @@ import java.util.jar.JarInputStream
class KFiles {
/**
* This actually returns a list of strings because in development mode, we are not pointing to a single
* jar file but to a set of /classes directories.
* jar file but to a set of classes/directories.
*/
val kobaltJar : List<String>
get() {