mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Rename.
This commit is contained in:
parent
6974e6cdb2
commit
152ff7e91b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue