Merge "add kotin 1.1.1 to prebuilts"
diff --git a/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar
new file mode 100644
index 0000000..fb794be
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar.sha1 b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar.sha1
new file mode 100644
index 0000000..688afc8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar.sha1
@@ -0,0 +1 @@
+919f0dfe192fb4e063e7dacadee7f8bb9a2672a9
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.pom b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.pom
new file mode 100644
index 0000000..ab9b560
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.pom
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.jetbrains</groupId>
+    <artifactId>annotations</artifactId>
+    <version>13.0</version>
+    <packaging>jar</packaging>
+
+    <name>IntelliJ IDEA Annotations</name>
+    <description>A set of annotations used for code inspection support and code documentation.</description>
+    <url>http://www.jetbrains.org</url>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+            <comments>A business-friendly OSS license</comments>
+        </license>
+    </licenses>
+
+    <scm>
+        <url>https://github.com/JetBrains/intellij-community</url>
+        <connection>scm:git:https://github.com/JetBrains/intellij-community.git</connection>
+    </scm>
+
+    <developers>
+        <developer>
+            <id>JetBrains</id>
+            <name>JetBrains Team</name>
+            <organization>JetBrains</organization>
+            <organizationUrl>http://www.jetbrains.com</organizationUrl>
+        </developer>
+    </developers>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.7</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <configuration>
+                            <tasks>
+                                <delete dir="${basedir}/src/main/java" />
+                                <mkdir dir="${basedir}/src/main/java" />
+                                <copy todir="${basedir}/src/main/java">
+                                    <fileset dir="${basedir}/../../../community/platform/annotations/src" />
+                                </copy>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <version>2.1.2</version>
+
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.1</version>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.9.1</version>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-gpg-plugin</artifactId>
+                <version>1.4</version>
+                <configuration>
+                    <keyname>66770193</keyname>
+                    <homedir>${basedir}/.gnupg</homedir>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>sign-artifacts</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+        </plugins>
+    </build>
+
+    <distributionManagement>
+        <repository>
+            <id>sonatype-nexus-staging</id>
+            <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+        </repository>
+        <snapshotRepository>
+            <id>sonatype-nexus-snapshots</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+</project>
diff --git a/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.pom.sha1 b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.pom.sha1
new file mode 100644
index 0000000..0cd2aae
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.pom.sha1
@@ -0,0 +1 @@
+fa7d3d07cc80547e2d15bf4839d3267c637c642f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.jar
new file mode 100644
index 0000000..f6639fd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.jar.sha1
new file mode 100644
index 0000000..e2a75d8
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.jar.sha1
@@ -0,0 +1 @@
+56cfcc61bc91638ea52d13ce90b565f50be3d6f5
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.pom
new file mode 100644
index 0000000..addaff7
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.pom
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <modelVersion>4.0.0</modelVersion>
+    <properties>
+        <maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
+        <maven.version>3.0.4</maven.version>
+        <android-extensions.src>${basedir}/../../../plugins/android-extensions/android-extensions-compiler/src</android-extensions.src>
+        <android-extensions.target-src>${basedir}/target/src</android-extensions.target-src>
+        <android-extensions.target-resource>${basedir}/target/resource</android-extensions.target-resource>
+    </properties>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.1.1</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-android-extensions</artifactId>
+    <packaging>jar</packaging>
+
+    <description>Android compiler plugin for Kotlin</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-compiler-embeddable</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>${android-extensions.target-src}</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>${android-extensions.target-resource}</directory>
+            </resource>
+        </resources>
+
+        <plugins>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>3.0.0</version>
+                <executions>
+                    <execution>
+                        <id>copy-sources</id>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${android-extensions.target-src}</outputDirectory>
+                            <resources>
+                                <resource><directory>${android-extensions.src}</directory></resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>copy-resources</id>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${android-extensions.target-resource}/META-INF</outputDirectory>
+                            <resources>
+                                <resource><directory>${android-extensions.src}/META-INF</directory></resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>com.google.code.maven-replacer-plugin</groupId>
+                <artifactId>replacer</artifactId>
+                <version>1.5.3</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>replace</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <includes>
+                        <include>${android-extensions.target-src}/**</include>
+                    </includes>
+                    <replacements>
+                        <replacement>
+                            <token>com\.intellij</token>
+                            <value>org.jetbrains.kotlin.com.intellij</value>
+                        </replacement>
+                    </replacements>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <version>${project.version}</version>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>compile</phase>
+                        <goals> <goal>compile</goal> </goals>
+                        <configuration>
+                            <sourceDirs>
+                                <sourceDir>${android-extensions.target-src}</sourceDir>
+                            </sourceDirs>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <repositories>
+        <repository>
+            <id>jetbrains-utils</id>
+            <url>http://repository.jetbrains.com/utils</url>
+        </repository>
+    </repositories>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.pom.sha1
new file mode 100644
index 0000000..eb9bdff
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.1.1/kotlin-android-extensions-1.1.1.pom.sha1
@@ -0,0 +1 @@
+3dbb2274b034298ea682450acce6ac8dea64d3d1
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.jar
new file mode 100644
index 0000000..7e35426
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.jar.sha1
new file mode 100644
index 0000000..3a4d22a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.jar.sha1
@@ -0,0 +1 @@
+9f7312cea58b39ce82368261cd227758df78eb32
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.pom
new file mode 100644
index 0000000..4e938f1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.pom
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <modelVersion>4.0.0</modelVersion>
+    <properties>
+        <maven.version>3.0.4</maven.version>
+        <old-kapt.src>${basedir}/src/main/kotlin</old-kapt.src>
+        <annotation-processing.src>${basedir}/../../../plugins/kapt3/src</annotation-processing.src>
+        <annotation-processing.target-src>${basedir}/target/src/main/kotlin</annotation-processing.target-src>
+        <annotation-processing.target-src-test>${basedir}/target/src/test/kotlin</annotation-processing.target-src-test>
+        <annotation-processing.target-resource>${basedir}/target/resource</annotation-processing.target-resource>
+    </properties>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.1.1</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-annotation-processing</artifactId>
+    <packaging>jar</packaging>
+
+    <description>Annotation Processor wrapper for Kotlin</description>
+
+    <repositories>
+        <repository>
+            <id>jetbrains-utils</id>
+            <url>http://repository.jetbrains.com/utils</url>
+        </repository>
+    </repositories>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-stdlib</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-compiler-embeddable</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>gradle-api</artifactId>
+            <version>1.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.android.tools.build</groupId>
+            <artifactId>gradle</artifactId>
+            <version>1.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>${annotation-processing.target-src}</sourceDirectory>
+        <testSourceDirectory>${annotation-processing.target-src-test}</testSourceDirectory>
+        <resources>
+            <resource>
+                <directory>${annotation-processing.target-resource}</directory>
+            </resource>
+        </resources>
+
+        <plugins>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>3.0.0</version>
+                <executions>
+                    <execution>
+                        <id>copy-sources</id>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${annotation-processing.target-src}</outputDirectory>
+                            <resources>
+                                <resource><directory>${annotation-processing.src}</directory></resource>
+                                <resource><directory>${old-kapt.src}</directory></resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>copy-resources</id>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${annotation-processing.target-resource}/META-INF</outputDirectory>
+                            <resources>
+                                <resource><directory>${annotation-processing.src}/META-INF</directory></resource>
+                            </resources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>com.google.code.maven-replacer-plugin</groupId>
+                <artifactId>replacer</artifactId>
+                <version>1.5.3</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>replace</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <includes>
+                        <include>${annotation-processing.target-src}/**</include>
+                    </includes>
+                    <replacements>
+                        <replacement>
+                            <token>com\.intellij</token>
+                            <value>org.jetbrains.kotlin.com.intellij</value>
+                        </replacement>
+                    </replacements>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <version>${project.version}</version>
+                <configuration>
+                    <jdkHome>${env.JDK_18}</jdkHome>
+                    <annotationPaths>
+                        <annotationPath>${basedir}/kotlinAnnotation</annotationPath>
+                    </annotationPaths>
+                </configuration>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>compile</phase>
+                        <goals> <goal>compile</goal> </goals>
+                        <configuration>
+                            <sourceDirs>
+                                <sourceDir>${annotation-processing.target-src}</sourceDir>
+                            </sourceDirs>
+                        </configuration>
+                    </execution>
+
+                    <execution>
+                        <id>test-compile</id>
+                        <phase>test-compile</phase>
+                        <goals> <goal>test-compile</goal> </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>tools_jar_profile</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+                <file>
+                    <exists>kotlin-annotation-processing-maven-build.txt</exists>
+                </file>
+            </activation>
+            <properties>
+                <toolsjar>${env.JDK_18}/lib/tools.jar</toolsjar>
+            </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>com.sun</groupId>
+                    <artifactId>tools</artifactId>
+                    <version>1.8.0</version>
+                    <scope>system</scope>
+                    <systemPath>${toolsjar}</systemPath>
+                </dependency>
+            </dependencies>
+        </profile>
+    </profiles>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.pom.sha1
new file mode 100644
index 0000000..0ec269e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/kotlin-annotation-processing-1.1.1.pom.sha1
@@ -0,0 +1 @@
+972f7ea518dcf82a243ebd05c47e44106bd2015d
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.jar
new file mode 100644
index 0000000..872fadf
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.jar.sha1
new file mode 100644
index 0000000..32851d9
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.jar.sha1
@@ -0,0 +1 @@
+d975091bb224a04b3717505a55875608642cc8d3
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.pom
new file mode 100644
index 0000000..92c1b0b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.pom
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <parent>

+    <artifactId>kotlin-project</artifactId>

+    <groupId>org.jetbrains.kotlin</groupId>

+    <version>1.1.1</version>

+    <relativePath>../../../pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <artifactId>kotlin-compiler-embeddable</artifactId>

+  <description>the Kotlin compiler embeddable</description>

+  <build>

+    <testSourceDirectory>test/kotlin</testSourceDirectory>

+    <plugins>

+      <plugin>

+        <artifactId>maven-source-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>generate-sources-for-shade-plugin</id>

+            <phase>package</phase>

+            <goals>

+              <goal>jar-no-fork</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>build-helper-maven-plugin</artifactId>

+        <version>1.7</version>

+        <executions>

+          <execution>

+            <id>attach-artifacts</id>

+            <phase>compile</phase>

+            <goals>

+              <goal>attach-artifact</goal>

+            </goals>

+            <configuration>

+              <artifacts>

+                <artifact>

+                  <file>${kotlin-dist}/kotlin-compiler-javadoc.jar</file>

+                  <type>jar</type>

+                  <classifier>javadoc</classifier>

+                </artifact>

+              </artifacts>

+            </configuration>

+          </execution>

+          <execution>

+            <id>attach-empty-javadoc</id>

+            <phase>prepare-package</phase>

+            <goals>

+              <goal>attach-artifact</goal>

+            </goals>

+            <configuration>

+              <skipAttach>true</skipAttach>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>2.4.3</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+            <configuration>

+              <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>

+              <shadedArtifactAttached>false</shadedArtifactAttached>

+              <createDependencyReducedPom>true</createDependencyReducedPom>

+              <createSourcesJar>true</createSourcesJar>

+              <filters>

+                <filter>

+                  <artifact>*:kotlin-reflect</artifact>

+                  <excludes>

+                    <exclude>META-INF/**</exclude>

+                  </excludes>

+                  <artifact>*:kotlin-stdlib</artifact>

+                  <excludes>

+                    <exclude>META-INF/**</exclude>

+                  </excludes>

+                </filter>

+              </filters>

+              <relocations>

+                <relocation>

+                  <pattern>com.intellij</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.com.intellij</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>com.google</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.com.google</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>com.sampullara</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.com.sampullara</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>org.apache</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.org.apache</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>org.jdom</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.org.jdom</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>org.fusesource</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.org.fusesource</shadedPattern>

+                  <excludes>

+                    <exclude>org.fusesource.jansi.internal.CLibrary</exclude>

+                  </excludes>

+                </relocation>

+                <relocation>

+                  <pattern>org.picocontainer</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.org.picocontainer</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>jline</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.jline</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>gnu</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.gnu</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>javax.inject</pattern>

+                  <shadedPattern>${kotlin.relocated.package}.javax.inject</shadedPattern>

+                </relocation>

+              </relocations>

+              <transformers>

+                <transformer />

+              </transformers>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.jetbrains.kotlin</groupId>

+        <artifactId>kotlin-maven-plugin</artifactId>

+        <version>${project.version}</version>

+        <executions>

+          <execution>

+            <id>test-compile</id>

+            <phase>integration-test</phase>

+            <goals>

+              <goal>test-compile</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <version>${surefire-version}</version>

+        <executions>

+          <execution>

+            <id>integration-test</id>

+            <phase>integration-test</phase>

+            <goals>

+              <goal>test</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <workingDirectory>${project.build.directory}</workingDirectory>

+          <systemPropertyVariables>

+            <compilerJar>${project.artifactId}-${project.parent.version}.jar</compilerJar>

+          </systemPropertyVariables>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.11</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+  </dependencies>

+  <properties>

+    <kotlin.relocated.package>org.jetbrains.kotlin</kotlin.relocated.package>

+    <maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>

+    <maven.version>3.0.4</maven.version>

+    <surefire-version>2.16</surefire-version>

+  </properties>

+</project>

+

diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.pom.sha1
new file mode 100644
index 0000000..cd5cebb
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/kotlin-compiler-embeddable-1.1.1.pom.sha1
@@ -0,0 +1 @@
+a0720e73cee873d3e102ae51a223942ab39a1069
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.jar
new file mode 100644
index 0000000..6d4b1bd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.jar.sha1
new file mode 100644
index 0000000..5f65021
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.jar.sha1
@@ -0,0 +1 @@
+cad5c437ac58f7245673a6c4fd73a656dd259b26
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.pom
new file mode 100644
index 0000000..430d1e4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.pom
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <modelVersion>4.0.0</modelVersion>
+    <properties>
+        <maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
+        <maven.version>3.0.4</maven.version>
+        <daemon-client.target-src>${basedir}/target/src/main/kotlin</daemon-client.target-src>
+    </properties>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.1.1</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-compiler-runner</artifactId>
+    <packaging>jar</packaging>
+
+    <description>Compiler runner + daemon client</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-compiler-embeddable</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>${daemon-client.target-src}</sourceDirectory>
+
+        <plugins>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
+                <version>3.0.0</version>
+                <executions>
+                    <execution>
+                        <id>copy-sources</id>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy-resources</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${daemon-client.target-src}</outputDirectory>
+                            <resources>
+                                <resource><directory>${project-root}/compiler/daemon/daemon-client/src</directory></resource>
+                                <resource><directory>${project-root}/compiler/compiler-runner/src</directory></resource>
+                            </resources>
+                            <overwrite>true</overwrite>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>com.google.code.maven-replacer-plugin</groupId>
+                <artifactId>replacer</artifactId>
+                <version>1.5.3</version>
+                <executions>
+                    <execution>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>replace</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <includes>
+                        <include>${daemon-client.target-src}/**</include>
+                    </includes>
+                    <replacements>
+                        <replacement>
+                            <token>com\.intellij</token>
+                            <value>org.jetbrains.kotlin.com.intellij</value>
+                        </replacement>
+                    </replacements>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <version>${project.version}</version>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>compile</phase>
+                        <goals> <goal>compile</goal> </goals>
+                        <configuration>
+                            <sourceDirs>
+                                <sourceDir>${daemon-client.target-src}</sourceDir>
+                            </sourceDirs>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.pom.sha1
new file mode 100644
index 0000000..75ca0dc
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/kotlin-compiler-runner-1.1.1.pom.sha1
@@ -0,0 +1 @@
+8786bf22d33362f33d7c061f47d4eb7ace7d6d1f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.jar
new file mode 100644
index 0000000..df00e86
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.jar.sha1
new file mode 100644
index 0000000..a66d51b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.jar.sha1
@@ -0,0 +1 @@
+9083de2c98801f1fe058b6280234265269c1cad0
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.pom
new file mode 100644
index 0000000..8f45602
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.pom
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+    xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <modelVersion>4.0.0</modelVersion>
+    <properties>
+        <maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
+        <maven.version>3.0.4</maven.version>
+    </properties>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.1.1</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-gradle-plugin-api</artifactId>
+    <packaging>jar</packaging>
+
+    <description>Gradle plugin API for Kotlin</description>
+
+    <repositories>
+        <repository>
+            <id>jetbrains-utils</id>
+            <url>http://repository.jetbrains.com/utils</url>
+        </repository>
+    </repositories>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-stdlib</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>gradle-api</artifactId>
+            <version>1.6</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.android.tools.build</groupId>
+            <artifactId>gradle</artifactId>
+            <version>0.4.2</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
+
+        <plugins>
+            <plugin>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <version>${project.version}</version>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>compile</phase>
+                        <goals> <goal>compile</goal> </goals>
+                    </execution>
+
+                    <execution>
+                        <id>test-compile</id>
+                        <phase>test-compile</phase>
+                        <goals> <goal>test-compile</goal> </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.pom.sha1
new file mode 100644
index 0000000..b9e4001
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.1.1/kotlin-gradle-plugin-api-1.1.1.pom.sha1
@@ -0,0 +1 @@
+ff033cdf238151657146c3d20daa898b5e0c1b26
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.jar
new file mode 100644
index 0000000..dcc1577
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.jar.sha1
new file mode 100644
index 0000000..65fea1a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.jar.sha1
@@ -0,0 +1 @@
+5e3d99580c70b67a07cd70481943362e4b29d8d3
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.pom
new file mode 100644
index 0000000..0d29da4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.pom
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+
+    <modelVersion>4.0.0</modelVersion>
+    <properties>
+        <maven.version>3.0.4</maven.version>
+    </properties>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.1.1</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-gradle-plugin</artifactId>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.4</version>
+        </dependency>
+        <dependency> <!-- required in runtime -->
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+        </dependency>
+        <dependency>
+          <groupId>org.jetbrains.kotlin</groupId>
+          <artifactId>kotlin-stdlib</artifactId>
+          <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-android-extensions</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-gradle-plugin-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-compiler-embeddable</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-compiler-runner</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-annotation-processing</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-build-common-test</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.android.tools.build</groupId>
+            <artifactId>gradle</artifactId>
+            <version>2.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.jetbrains.kotlin</groupId>
+          <artifactId>gradle-api</artifactId>
+          <version>2.2</version>
+          <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
+        <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
+
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+              <filtering>true</filtering>
+            </resource>
+        </resources>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <version>${project.version}</version>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>compile</phase>
+                        <goals> <goal>compile</goal> </goals>
+                        <configuration>
+                            <sourceDirs>
+                                <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
+                            </sourceDirs>
+                        </configuration>
+                    </execution>
+
+                    <execution>
+                        <id>test-compile</id>
+                        <phase>test-compile</phase>
+                        <goals> <goal>test-compile</goal> </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.gmaven</groupId>
+                <artifactId>gmaven-plugin</artifactId>
+                <version>1.5</version>
+                <configuration>
+                    <providerSelection>2.0</providerSelection>
+                    <source/>
+                </configuration>
+                <executions>
+                    <execution>
+                        <phase>process-sources</phase>
+                        <goals> <goal>compile</goal></goals>
+                        <configuration>
+                            <sources>
+                                <fileset>
+                                    <directory>${project.basedir}/src/main/kotlin</directory>
+                                    <includes>
+                                        <include>**/*.groovy</include>
+                                    </includes>
+                                </fileset>
+                            </sources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.19.1</version>
+            </plugin>
+            <plugin>
+                <groupId>org.jetbrains.dokka</groupId>
+                <artifactId>dokka-maven-plugin</artifactId>
+                <version>0.9.9</version>
+                <executions>
+                    <execution>
+                        <phase>pre-site</phase>
+                        <goals>
+                            <goal>dokka</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <outputFormat>markdown</outputFormat>
+                    <includes>
+                        <include>
+                            ${project.basedir}/Module.md
+                        </include>
+                    </includes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <repositories>
+        <repository>
+            <id>jetbrains-utils</id>
+            <url>http://repository.jetbrains.com/utils</url>
+        </repository>
+        <repository>
+            <id>central</id>
+            <name>bintray</name>
+            <url>http://jcenter.bintray.com</url>
+        </repository>
+    </repositories>
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>jcenter</id>
+            <name>JCenter</name>
+            <url>https://jcenter.bintray.com/</url>
+        </pluginRepository>
+    </pluginRepositories>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.pom.sha1
new file mode 100644
index 0000000..27533a4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.1.1/kotlin-gradle-plugin-1.1.1.pom.sha1
@@ -0,0 +1 @@
+5449c9bf4837d8de69aee2a89375cabe9890531d
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/_remote.repositories b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/_remote.repositories
new file mode 100644
index 0000000..9b7fb3e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Mon Apr 24 15:21:49 PDT 2017
+kotlin-project-1.1.1.pom>jcenter=
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/kotlin-project-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/kotlin-project-1.1.1.pom
new file mode 100644
index 0000000..e0862e0
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/kotlin-project-1.1.1.pom
@@ -0,0 +1,299 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.jetbrains.kotlin</groupId>
+    <artifactId>kotlin-project</artifactId>
+    <version>1.1.1</version>
+    <packaging>pom</packaging>
+
+    <name>Kotlin</name>
+    <description>Kotlin is a statically typed programming language that compiles to JVM byte codes and JavaScript</description>
+    <url>http://kotlinlang.org/</url>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+            <comments>A business-friendly OSS license</comments>
+        </license>
+    </licenses>
+
+    <scm>
+        <url>https://github.com/JetBrains/kotlin</url>
+        <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+        <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+    </scm>
+
+    <developers>
+        <developer>
+            <id>JetBrains</id>
+            <name>JetBrains Team</name>
+            <organization>JetBrains</organization>
+            <organizationUrl>http://www.jetbrains.com</organizationUrl>
+        </developer>
+    </developers>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project-root>../../..</project-root>
+
+        <junit-version>4.11</junit-version>
+        <pegdown.version>1.1.0</pegdown.version>
+        <surefire-version>2.16</surefire-version>
+        <exec-maven-plugin.version>1.2.1</exec-maven-plugin.version>
+        <selenium.version>2.52.0</selenium.version>
+
+        <kotlin-dist>${project-root}/dist</kotlin-dist>
+        <kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk>
+        <kotlin.compiler.jdkHome>${env.JDK_16}</kotlin.compiler.jdkHome>
+
+        <kotlin.language.version>1.1</kotlin.language.version>
+
+        <maven.compiler.source>1.6</maven.compiler.source>
+        <maven.compiler.target>1.6</maven.compiler.target>
+    </properties>
+
+    <prerequisites>
+        <maven>3.0.2</maven>
+    </prerequisites>
+
+    <distributionManagement>
+        <repository>
+            <id>${deploy-repo}</id>
+            <url>${deploy-url}</url>
+        </repository>
+        <snapshotRepository>
+            <id>sonatype-nexus-staging</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+    <modules>
+        <module>tools/kotlin-compiler</module>
+        <module>tools/kotlin-compiler-embeddable</module>
+        <module>tools/native-platform</module>
+        <module>tools/kotlin-compiler-runner</module>
+        <module>tools/kotlin-daemon-client</module>
+        <module>tools/kotlin-build-common-test</module>
+        <module>tools/kotlin-maven-plugin</module>
+
+        <module>tools/runtime</module>
+        <module>tools/script-runtime</module>
+        <module>kotlin.test</module>
+        <module>stdlib/common</module>
+        <module>stdlib</module>
+        <module>stdlib/jre7</module>
+        <module>stdlib/jre8</module>
+        <module>stdlib/samples</module>
+        <module>tools/kotlin-reflect</module>
+        <module>tools/kotlin-osgi-bundle</module>
+
+        <module>tools/maven-archetypes</module>
+
+        <module>tools/binary-compatibility-validator</module>
+
+        <!--NB! kotlin-js-library should be built before kotlin-gradle-plugin-integration-tests-->
+        <!--because it is used in tests but cannot be added as test-dependency-->
+        <!--(kotlin-gradle-plugin module will be recognized as kotlin-js module)-->
+        <module>tools/idl2k</module>
+        <module>tools/kotlin-js-library</module>
+        <module>tools/kotlin-js-tests</module>
+        <module>tools/kotlin-js-tests-junit</module>
+        <module>tools/kotlin-annotation-processing</module>
+        <module>tools/kotlin-allopen</module>
+        <module>tools/kotlin-maven-allopen</module>
+        <module>tools/kotlin-noarg</module>
+        <module>tools/kotlin-maven-noarg</module>
+
+        <module>tools/kotlin-script-util</module>
+        <module>tools/kotlin-gradle-plugin</module>
+        <module>tools/kotlin-gradle-plugin-api</module>
+        <module>tools/kotlin-android-extensions</module>
+        <module>tools/kotlin-maven-plugin-test</module>
+
+        <module>examples/annotation-processor-example</module>
+        <module>examples/kotlin-java-example</module>
+        <module>examples/js-example</module>
+        <module>examples/kotlin-js-library-example</module>
+        <module>examples/kotlin-gradle-subplugin-example</module>
+        <module>examples/browser-example</module>
+        <module>examples/browser-example-with-library</module>
+        <module>examples/kotlin-jsr223-local-example</module>
+        <module>examples/kotlin-jsr223-daemon-local-eval-example</module>
+
+        <module>tools/kotlin-gradle-plugin-integration-tests</module>
+    </modules>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit-version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>2.3.2</version>
+                    <configuration>
+                        <source>${maven.compiler.source}</source>
+                        <target>${maven.compiler.target}</target>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>2.1.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.9</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>2.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>1.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.6</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>${surefire-version}</version>
+                <configuration>
+                    <forkMode>once</forkMode>
+                    <jvm>${env.JDK_16}/bin/java</jvm>
+                    <useSystemClassLoader>false</useSystemClassLoader>
+                    <useManifestOnlyJar>false</useManifestOnlyJar>
+                    <failIfNoTests>false</failIfNoTests>
+                    <includes>
+                        <include>**/*Test.*</include>
+                    </includes>
+                    <excludes>
+                    </excludes>
+                    <systemProperties>
+                        <project.version>${project.version}</project.version>
+                    </systemProperties>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <configuration>
+                </configuration>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <id>attach-sources</id>
+                        <goals>
+                            <goal>jar-no-fork</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-empty-javadoc</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>${highest-basedir}/lib/empty-javadoc.jar</file>
+                                    <type>jar</type>
+                                    <classifier>javadoc</classifier>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.commonjava.maven.plugins</groupId>
+                <artifactId>directory-maven-plugin</artifactId>
+                <version>0.1</version>
+                <executions>
+                    <execution>
+                        <id>directories</id>
+                        <goals>
+                            <goal>highest-basedir</goal>
+                        </goals>
+                        <phase>initialize</phase>
+                        <configuration>
+                            <property>highest-basedir</property>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifest>
+                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                        </manifest>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>sign-artifacts</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.4</version>
+                        <configuration>
+                            <passphrase>${kotlin.key.passphrase}</passphrase>
+                            <keyname>${kotlin.key.name}</keyname>
+                            <homedir>${highest-basedir}/.gnupg</homedir>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/kotlin-project-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/kotlin-project-1.1.1.pom.sha1
new file mode 100644
index 0000000..e19c0ce
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.1.1/kotlin-project-1.1.1.pom.sha1
@@ -0,0 +1 @@
+bada748c71cef3c92a7462fa39487469de5ea02d
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.jar
new file mode 100644
index 0000000..66800ce
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.jar.sha1
new file mode 100644
index 0000000..e939944
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.jar.sha1
@@ -0,0 +1 @@
+98e484e67f913e934559f7f55f0c94be5593f03c
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.pom
new file mode 100644
index 0000000..8a048fc
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.pom
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <parent>

+    <artifactId>kotlin-project</artifactId>

+    <groupId>org.jetbrains.kotlin</groupId>

+    <version>1.1.1</version>

+    <relativePath>../../pom.xml</relativePath>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <artifactId>kotlin-stdlib</artifactId>

+  <build>

+    <sourceDirectory>src</sourceDirectory>

+    <testSourceDirectory>test</testSourceDirectory>

+    <plugins>

+      <plugin>

+        <groupId>org.jetbrains.kotlin</groupId>

+        <artifactId>kotlin-maven-plugin</artifactId>

+        <version>${project.version}</version>

+        <executions>

+          <execution>

+            <id>compile</id>

+            <phase>process-sources</phase>

+            <goals>

+              <goal>compile</goal>

+            </goals>

+            <configuration>

+              <args>

+                <arg>-Xmultifile-parts-inherit</arg>

+                <arg>-Xdump-declarations-to</arg>

+                <arg>${basedir}/target/stdlib-declarations.json</arg>

+              </args>

+            </configuration>

+          </execution>

+          <execution>

+            <id>test-compile</id>

+            <phase>test-compile</phase>

+            <goals>

+              <goal>test-compile</goal>

+            </goals>

+            <configuration>

+              <args>

+                <arg>-Xmulti-platform</arg>

+              </args>

+              <sourceDirs>

+                <dir>${project.basedir}/test</dir>

+                <dir>${project.basedir}/../kotlin.test/common/src/main/kotlin</dir>

+                <dir>${project.basedir}/../kotlin.test/jvm/src/main/kotlin</dir>

+                <dir>${project.basedir}/../kotlin.test/junit/src/main/kotlin</dir>

+              </sourceDirs>

+            </configuration>

+          </execution>

+        </executions>

+        <configuration>

+          <args>

+            <arg>-Xallow-kotlin-package</arg>

+          </args>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>2.4.3</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <artifactSet>

+            <includes>

+              <include>org.jetbrains.kotlin:kotlin-runtime</include>

+            </includes>

+          </artifactSet>

+          <filters>

+            <filter>

+              <artifact>org.jetbrains.kotlin:kotlin-runtime</artifact>

+              <excludes>

+                <exclude>META-INF/maven/**</exclude>

+              </excludes>

+            </filter>

+          </filters>

+          <promoteTransitiveDependencies>true</promoteTransitiveDependencies>

+          <dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>

+          <createSourcesJar>true</createSourcesJar>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-jar-plugin</artifactId>

+        <configuration>

+          <archive>

+            <manifestEntries>

+              <Kotlin-Version>${kotlin.language.version}</Kotlin-Version>

+              <Kotlin-Runtime-Component>Main</Kotlin-Runtime-Component>

+            </manifestEntries>

+          </archive>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <configuration>

+          <forkMode>once</forkMode>

+          <jvm>${env.JDK_16}/bin/java</jvm>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+    <dependency>

+      <groupId>org.jetbrains</groupId>

+      <artifactId>annotations</artifactId>

+      <version>13.0</version>

+      <scope>compile</scope>

+    </dependency>

+  </dependencies>

+</project>

+

diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.pom.sha1
new file mode 100644
index 0000000..35db2d3
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/kotlin-stdlib-1.1.1.pom.sha1
@@ -0,0 +1 @@
+e711b114c43943de177638aee42c246cc7e47d0e
\ No newline at end of file