igor.wojda
11/12/2018, 9:03 PM.teamcity/settings.kts
) - AS 3.2.1
2. Secound is that I can’t find link to proper documentation, where all the DSL syntax is explained in detaililya.gorbunov
11/12/2018, 10:00 PMsettings.kts
just calls project(...)
function, and all configuration goes in a Project.kt object, which is a part of a normal maven project. https://confluence.jetbrains.com/display/TCD18/Kotlin+DSL#KotlinDSL-settings.ktsigor.wojda
11/13/2018, 2:42 PMproject
lambda without code completion?
project {
name = "aaa"
???
???
}
ilya.gorbunov
11/13/2018, 3:15 PM