1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2017-03-25 13:20:59 -07:00
parent 6974e6cdb2
commit 152ff7e91b

View file

@ -24,7 +24,7 @@ class ProfileTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor
return """
import com.beust.kobalt.*
import com.beust.kobalt.api.*
val profile""" +
val debug""" +
(if (oldSyntax) " = false\n" else " by profile()\n") +
"""
val $projectVal = project {