<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>xyz.xenondevs.configurate</groupId>
  <artifactId>configurate-extra-kotlin</artifactId>
  <version>4.2.0-SNAPSHOT</version>
  <name>extra-kotlin</name>
  <description>Kotlin API support for Configurate</description>
  <url>https://github.com/SpongePowered/Configurate</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zml</name>
      <email>zml@spongepowered.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/SpongePowered/Configurate.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/SpongePowered/Configurate.git</developerConnection>
    <url>https://github.com/SpongePowered/Configurate</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/SpongePowered/Configurate/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/SpongePowered/Configurate/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>xyz.xenondevs.configurate</groupId>
      <artifactId>configurate-core</artifactId>
      <version>4.2.0-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.errorprone</groupId>
      <artifactId>error_prone_annotations</artifactId>
      <version>2.20.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.8.20</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.7.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
