add kotlin rc0

Change-Id: I32b5856888ae82dd9c3588637f739efa26f736cf
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..ebe09ef
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..110acd7
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+e2806c0a176b247089af34ad1391a60ba5b72e0c
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..ecccbe2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.pom
@@ -0,0 +1,99 @@
+<?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.0.0-rc-1036</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-android-extensions</artifactId>
+    <packaging>jar</packaging>
+
+    <description>Android compiler plugin for Kotlin</description>
+
+    <build>
+        <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>
+                        <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.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.7</version>
+                <executions>
+                    <execution>
+                        <id>prepare</id>
+                        <phase>compile</phase>
+                        <configuration>
+                            <tasks>
+                                <unzip src="${kotlin-sdk}/lib/android-compiler-plugin.jar" dest="target/classes/" />
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <id>empty-sources-jar</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>jar</goal>
+                        </goals>
+                        <configuration>
+                            <skipIfEmpty>false</skipIfEmpty>
+                            <classifier>sources</classifier>
+                            <classesDirectory>${basedir}/sources</classesDirectory>
+                        </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.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..d730354
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/kotlin-android-extensions-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+678c7a1ef1aa4b57adb517cd4cacdd6c5088b7d6
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..31513e1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..16dbf57
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+c31ea56d88fcfe4ec86c864bf5a6496cd22c3756
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..7a9df37
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.pom
@@ -0,0 +1,93 @@
+<?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.0.0-rc-1036</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>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>${project.basedir}/src/main/kotlin</sourceDirectory>
+        <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
+
+        <plugins>
+            <plugin>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <version>${project.version}</version>
+                <configuration>
+                    <annotationPaths>
+                        <annotationPath>${basedir}/kotlinAnnotation</annotationPath>
+                    </annotationPaths>
+                </configuration>
+
+                <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>
+            <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>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..75e7888
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-rc-1036/kotlin-annotation-processing-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+dd05b857d99bac3285966a2731c8f8e51103bc28
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..3e3c663
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..b180f52
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+3c1c14340913edade9fe7d800c9b941ee983c5d2
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..606353e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.pom
@@ -0,0 +1,177 @@
+<?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.0.0-rc-1036</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>

+        <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-sources.jar</file>

+                  <type>jar</type>

+                  <classifier>sources</classifier>

+                </artifact>

+                <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.1</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>

+              <filters>

+                <filter>

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

+                  <excludes>

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

+                  </excludes>

+                  <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.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>

+            </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>

+      </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.relocated</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.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..e15daee
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/kotlin-compiler-embeddable-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+200151955ab0150778c08d8836b01000ef36abe2
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..e91f25e
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..0783c1f
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+6039c097ce2a3fe9998d18b190991a8962e302d7
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..d1d5b8d
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.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.0.0-rc-1036</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.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..ba1e6d1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-rc-1036/kotlin-gradle-plugin-api-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+4deae08fcaff5c72de7ba99d332a7b2c63920df4
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..b828557
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..ceedc9b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+5dcb7e51c48e8cffd9a0cb686af44ebeafd417fc
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..0a07bbe
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.pom
@@ -0,0 +1,96 @@
+<?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.0.0-rc-1036</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-gradle-plugin-core</artifactId>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.4</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-gradle-plugin-api</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </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>gradle-api</artifactId>
+            <version>2.2</version>
+            <scope>provided</scope>
+        </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-stdlib</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+
+    <build>
+        <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
+
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+            </resource>
+        </resources>
+
+        <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>
+
+    <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-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..dbd71e5
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/kotlin-gradle-plugin-core-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+6e4e14dafe91d5950d3f8015670a875c532a33e2
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..3f5a42c
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..7697751
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+8da75cb847fc0a8971cd3ec05d2dda54625adb57
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..6af734a
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.pom
@@ -0,0 +1,174 @@
+<?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.0.0-rc-1036</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-gradle-plugin</artifactId>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <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>com.android.tools.build</groupId>
+            <artifactId>gradle</artifactId>
+            <version>1.1.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.jetbrains.kotlin</groupId>
+          <artifactId>gradle-api</artifactId>
+          <version>2.2</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-gradle-plugin-core</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-gradle-subplugin-example</artifactId>
+            <version>${project.version}</version>
+            <scope>test</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>
+                <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>
+                <!-- Invoker plugin maintains local maven repository in local-repo for gradle integration tests -->
+                <artifactId>maven-invoker-plugin</artifactId>
+                <version>1.8</version>
+                <configuration>
+                    <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+                    <localRepositoryPath>local-repo</localRepositoryPath>
+                    <postBuildHookScript>verify</postBuildHookScript> <!-- no extension required -->
+                    <extraArtifacts>
+                        <extraArtifact>org.jetbrains.kotlin:kotlin-gradle-plugin-core:${project.version}</extraArtifact>
+                        <extraArtifact>org.jetbrains.kotlin:kotlin-js-library:${project.version}</extraArtifact>
+                    </extraArtifacts>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>create_local</id>
+                        <phase>pre-integration-test</phase>
+                        <goals>
+                            <goal>install</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </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>
+            <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>
+        </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>
+</project>
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..b3be2d4
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/kotlin-gradle-plugin-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+9f19aec52c53e7cc696c3354603461a6a4711f13
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/_remote.repositories b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/_remote.repositories
new file mode 100644
index 0000000..0d98058
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Fri Feb 12 09:59:23 PST 2016
+kotlin-project-1.0.0-rc-1036.pom>central=
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/kotlin-project-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/kotlin-project-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..240b4dd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/kotlin-project-1.0.0-rc-1036.pom
@@ -0,0 +1,271 @@
+<?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.0.0-rc-1036</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.37.1</selenium.version>
+
+        <kotlin-dist>${project-root}/dist</kotlin-dist>
+        <kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk>
+
+        <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/kotlin-jdk-annotations</module>
+        <module>tools/kotlin-android-sdk-annotations</module>
+        <module>tools/kotlin-maven-plugin</module>
+
+        <module>tools/runtime</module>
+        <module>stdlib</module>
+        <module>tools/kotlin-reflect</module>
+        <module>tools/kotlin-osgi-bundle</module>
+
+        <!--NB! kotlin-js-library should be built before kotlin-gradle-plugin-->
+        <!--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-annotation-processing</module>
+        <module>examples/annotation-processor-example</module>
+        <module>tools/kotlin-gradle-plugin</module>
+        <module>tools/kotlin-gradle-plugin-core</module>
+        <module>tools/kotlin-gradle-plugin-api</module>
+        <module>tools/kotlin-android-extensions</module>
+        <module>tools/kotlin-maven-plugin-test</module>
+        <module>tools/kotlin-js-tests</module>
+        <module>tools/kotlin-js-tests-junit</module>
+
+        <module>kotlin.test</module>
+
+        <module>examples/kotlin-java-example</module>
+        <module>examples/js-example</module>
+        <module>examples/kotlin-js-library-example</module>
+        <module>examples/browser-example</module>
+        <module>examples/browser-example-with-library</module>
+        <module>examples/kotlin-gradle-subplugin-example</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>
+            </plugins>
+        </pluginManagement>
+
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>${surefire-version}</version>
+                <configuration>
+                    <forkMode>once</forkMode>
+                    <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.0.0-rc-1036/kotlin-project-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/kotlin-project-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..1e382ed
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-project/1.0.0-rc-1036/kotlin-project-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+2654199ce6d9a3ff99ebf7269783440044d46591
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..548e11b
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..7f748f2
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+5d0e176a4c83cd1fa25c321f42802d2460753071
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..68622a1
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.pom
@@ -0,0 +1,111 @@
+<?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>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.0.0-rc-1036</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>kotlin-runtime</artifactId>
+    <packaging>jar</packaging>
+
+    <build>
+        <sourceDirectory>target/copied-sources</sourceDirectory>
+
+        <resources>
+            <resource>
+                <directory>${basedir}/../../../dist/builtins</directory>
+                <includes>
+                    <include>**/*.kotlin_*</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.7</version>
+
+                <executions>
+                    <execution>
+                        <id>copy-sources</id>
+                        <phase>process-sources</phase>
+                        <configuration>
+                            <target>
+                                <delete dir="${basedir}/target/copied-sources" failonerror="false"/>
+                                <copy todir="${basedir}/target/copied-sources">
+                                    <fileset dir="${basedir}/../../../core/builtins/src"/>
+                                    <fileset dir="${basedir}/../../../core/runtime.jvm/src"/>
+                                </copy>
+                            </target>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-javadocs</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>jar</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-empty-javadoc</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>attach-artifact</goal>
+                        </goals>
+                        <configuration>
+                            <skipAttach>true</skipAttach>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <version>${project.version}</version>
+
+                <configuration>
+                    <args>
+                        <arg>-Xallow-kotlin-package</arg>
+                    </args>
+                </configuration>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>process-sources</phase>
+                        <goals>
+                            <goal>compile</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..2d34874
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/kotlin-runtime-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+91c431c9d7bbab03c7c857abe9839342820e168f
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.jar b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.jar
new file mode 100644
index 0000000..75f54fe
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.jar
Binary files differ
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.jar.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.jar.sha1
new file mode 100644
index 0000000..a5617fd
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.jar.sha1
@@ -0,0 +1 @@
+d676f54e166597168eb979d566b2362aed0aef4b
\ No newline at end of file
diff --git a/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.pom b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.pom
new file mode 100644
index 0000000..e44ad17
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.pom
@@ -0,0 +1,66 @@
+<?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>
+
+    <parent>
+        <groupId>org.jetbrains.kotlin</groupId>
+        <artifactId>kotlin-project</artifactId>
+        <version>1.0.0-rc-1036</version>
+    </parent>
+
+    <artifactId>kotlin-stdlib</artifactId>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-runtime</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-test-junit</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+        <testSourceDirectory>test</testSourceDirectory>
+
+        <plugins>
+             <plugin>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-maven-plugin</artifactId>
+                <version>${project.version}</version>
+
+                 <configuration>
+                     <args>
+                         <arg>-Xallow-kotlin-package</arg>
+                     </args>
+                 </configuration>
+
+                <executions>
+                    <execution>
+                        <id>compile</id>
+                        <phase>process-sources</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-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.pom.sha1 b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.pom.sha1
new file mode 100644
index 0000000..42b1832
--- /dev/null
+++ b/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/kotlin-stdlib-1.0.0-rc-1036.pom.sha1
@@ -0,0 +1 @@
+e4c4aabc01b03b4a1a9c6060d219aec560b48269
\ No newline at end of file