<?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>io.github.crowded-libs</groupId>
  <artifactId>kotlin-lmdb-wasm-plugin</artifactId>
  <version>0.3.6</version>
  <name>kotlin-lmdb-wasm-plugin</name>
  <description>Gradle plugin for managing WASM resources in kotlin-lmdb wasmJs targets</description>
  <url>https://github.com/crowded-libs/kotlin-lmdb</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>OpenLDAP Public License</name>
      <url>https://www.openldap.org/software/release/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>coreykaylor</id>
      <name>Corey Kaylor</name>
      <email>corey@kaylors.net</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/crowded-libs/kotlin-lmdb.git</connection>
    <developerConnection>scm:git:ssh://github.com/crowded-libs/kotlin-lmdb.git</developerConnection>
    <url>https://github.com/crowded-libs/kotlin-lmdb</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-gradle-plugin</artifactId>
        <version>2.2.20</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-gradle-plugin</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
