1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-05-04 21:43:03 -08:00
parent 3f60aeba54
commit ac6036068c

View file

@ -3,7 +3,7 @@ package com.beust.kobalt.api
import java.io.File import java.io.File
/** /**
* Plug-ins that add tets source directories to be compiled need to implement this interface. * Plug-ins that add test source directories to be compiled need to implement this interface.
*/ */
interface ITestSourceDirectoryContributor : IContributor { interface ITestSourceDirectoryContributor : IContributor {
fun testSourceDirectoriesFor(project: Project, context: KobaltContext): List<File> fun testSourceDirectoriesFor(project: Project, context: KobaltContext): List<File>