<?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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.Cosmic-Ide.kotlinc-android</groupId>
  <artifactId>kotlinc</artifactId>
  <version>2a0a6a7291</version>
  <packaging>aar</packaging>
  <name>Kotlin Compiler</name>
  <description>A port of the Kotlin Compiler to Android</description>
  <url>http://github.com/Cosmic-IDE/kotlinc</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>GNU GPL v3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pranavpurwar</id>
      <name>Pranav Purwar</name>
      <email>purwarpranav80@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Cosmic-IDE/kotlinc.git</connection>
    <developerConnection>scm:git:ssh://github.com/Cosmic-IDE/kotlinc.git</developerConnection>
    <url>http://github.com/Cosmic-IDE/kotlinc</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.20-Beta2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.lsposed.hiddenapibypass</groupId>
      <artifactId>hiddenapibypass</artifactId>
      <version>4.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.9.20-Beta2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.itsaky</groupId>
      <artifactId>nb-javac-android</artifactId>
      <version>17.0.0.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.intellij.deps</groupId>
      <artifactId>trove4j</artifactId>
      <version>1.0.20200330</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>2.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.Cosmic-Ide.kotlinc-android</groupId>
      <artifactId>jaxp</artifactId>
      <version>2a0a6a7291</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
