fun add()

in recipes-plugin/src/main/kotlin/RecipesPlugin.kt [26:28]


    fun add(path: String) {
        inputFiles.from(path)
    }