mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
0aa73745bd
commit
28437fe09e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Variant(val initialProductFlavor: ProductFlavorConfig? = null,
|
|||
} else if (sourceSet == SourceSet.TEST){
|
||||
project.sourceDirectoriesTest.map { File(it) }
|
||||
} else {
|
||||
throw KobaltException("Unknown source set: $sourceSet))
|
||||
throw KobaltException("Unknown source set: $sourceSet")
|
||||
}
|
||||
if (isDefault) {
|
||||
result.addAll(sourceDirectories)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue