Building the plugin

I've cloned the Git repo and successfully done a build but there is no sign of the plugin.  The plugin isn't mentioned in the build file but the plugin zip file is referred to in several other places (e.g. plugin_pre/post_build.xml).  How can I build it?

Thanks
Chris

Currently, the easiest way for you to build the plugin would be to open the project in IntelliJ IDEA, go to Build/Build Artifacts... and select "KotlinPlugin" from the artifact list. For now, there's no simpler/automated procedure for that (apart from the one running on TeamCity).

I'm trying to build plugin from my own TeamCity installation and it fails. Can you describe the right way how it should be builded from TeamCity?

Thank you.