<?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.mflisar.kmpdevtools</groupId>
  <artifactId>plugins-build-gradle</artifactId>
  <version>8.0.1</version>
  <name>kmp-devtools</name>
  <description>kmp-devtools - plugins-build-gradle module - a gradle build file plugin that provides common functions for kmp libraries</description>
  <url>https://github.com/MFlisar/kmp-devtools</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/MFlisar/kmp-devtools/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mflisar</id>
      <name>Michael Flisar</name>
      <email>mflisar.development@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/MFlisar/kmp-devtools</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.mflisar.kmpdevtools</groupId>
      <artifactId>core</artifactId>
      <version>8.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.vanniktech</groupId>
      <artifactId>gradle-maven-publish-plugin</artifactId>
      <version>0.36.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-gradle-plugin</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.tools.build</groupId>
      <artifactId>gradle</artifactId>
      <version>9.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.kotlin.multiplatform.library</groupId>
      <artifactId>com.android.kotlin.multiplatform.library.gradle.plugin</artifactId>
      <version>9.2.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.compose</groupId>
      <artifactId>org.jetbrains.compose.gradle.plugin</artifactId>
      <version>1.8.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>compose-compiler-gradle-plugin</artifactId>
      <version>2.4.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>edu.sc.seis.launch4j</groupId>
      <artifactId>edu.sc.seis.launch4j.gradle.plugin</artifactId>
      <version>3.0.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.codingfeline.buildkonfig</groupId>
      <artifactId>com.codingfeline.buildkonfig.gradle.plugin</artifactId>
      <version>0.21.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.codingfeline.buildkonfig</groupId>
      <artifactId>buildkonfig-compiler</artifactId>
      <version>0.21.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.charleskorn.kaml</groupId>
      <artifactId>kaml-jvm</artifactId>
      <version>0.83.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.mflisar.composechangelog</groupId>
      <artifactId>shared-jvm</artifactId>
      <version>4.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.built-in-kotlin</groupId>
      <artifactId>com.android.built-in-kotlin.gradle.plugin</artifactId>
      <version>9.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.android.library</groupId>
      <artifactId>com.android.library.gradle.plugin</artifactId>
      <version>9.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
