diff --git a/libraries/apidocs/apidocs.iml b/libraries/apidocs/apidocs.iml
new file mode 100644
index 00000000000..6add695202e
--- /dev/null
+++ b/libraries/apidocs/apidocs.iml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libraries/apidocs/pom.xml b/libraries/apidocs/pom.xml
new file mode 100644
index 00000000000..d664a34d27e
--- /dev/null
+++ b/libraries/apidocs/pom.xml
@@ -0,0 +1,66 @@
+
+
+
+ 4.0.0
+
+
+ org.jetbrains.kotlin
+ kotlin-project
+ 1.0-SNAPSHOT
+
+
+ apidocs
+
+
+
+
+
+ ${project.basedir}/../stdlib/src
+ test
+
+
+
+ com.goldin.plugins
+ ivy-maven-plugin
+
+
+ com.goldin.plugins
+ kotlin-maven-plugin
+
+ 0.2.3.8-SNAPSHOT
+
+
+ compile-kotlin-sources
+
+ compile
+
+
+ ${project.basedir}/target/apidocs
+
+ ${project.basedir}/../stdlib/src
+ ${project.basedir}/../kunit/src
+
+
+
+
+
+
+ org.jetbrains.kotlin
+ kdoc
+ 1.0-SNAPSHOT
+
+
+
+
+ org.pegdown
+ pegdown
+ ${pegdown.version}
+
+
+
+
+
+
+