# Kotlin.TeamCity **Repository Path**: xmsoft/Kotlin.TeamCity ## Basic Information - **Project Name**: Kotlin.TeamCity - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Kotlin.TeamCity =============== An Ant script and TeamCity meta-runner to automatically setup all required settings for IntelliJ IDEA build runner to build kotlin projects It declares all parameters as specified in http://confluence.jetbrains.com/display/JET/Setting+up+a+TeamCity+build+that+uses+Kotlin Installation ============ - Download and apply meta-runner ```kotlinc.xml``` to your TeamCity installation. - Add ```Setup Kotlinc``` build runner to the build(s) before the ```IntelliJ IDEA``` build runner - Enjoy Internals ========== The script uses TeamCity service message to set all necessary build parameters. It also sets/overrides the ```system.path.macro.KOTLIN.BUNDLED``` parameter with full path to Kotlin on build agent. The parameter is the alias to the ```KOTLIN_BUNDLED``` IntelliJ IDEA path variable in the build runner. You may have any value of the ```system.path.macro.KOTLIN.BUNDLED``` parameter in TeamCity build parameters tab. License ======= MIT You may do what ever you like with the script