Added outputName for plugin

This commit is contained in:
Igor Chevdar
2017-06-22 13:33:39 +03:00
parent c1d65ffede
commit 5df86d9f17
@@ -258,6 +258,10 @@ open class KonanCompileConfig(
outputDir = project.file(dir)
}
fun outputName(name: String) = with(compilationTask) {
artifactName = name
}
// DSL. Libraries.
fun library(lib: Any) = libraries(lib)