<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- 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.kakaocup</groupId>
  <artifactId>compose</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>Kakao Compose</name>
  <description>Nice and simple DSL for Espresso in Kotlin</description>
  <url>https://github.com/KakaoCup/Compose</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Unlimity</id>
      <name>Ilya Lim</name>
      <url>https://github.com/Unlimity</url>
    </developer>
    <developer>
      <id>RuslanMingaliev</id>
      <name>Ruslan Mingaliev</name>
      <url>https://github.com/RuslanMingaliev</url>
    </developer>
    <developer>
      <id>dsvoronin</id>
      <name>Dmitriy Voronin</name>
      <url>https://github.com/dsvoronin</url>
    </developer>
    <developer>
      <id>KakaoBrewer</id>
      <name>Kakao</name>
      <url>https://github.com/KakaoBrewer</url>
    </developer>
    <developer>
      <id>Malinskiy</id>
      <name>Anton Malinski</name>
      <url>https://github.com/Malinskiy</url>
    </developer>
    <developer>
      <id>Vacxe</id>
      <name>Konstantin Aksenov</name>
      <url>https://github.com/Vacxe</url>
    </developer>
    <developer>
      <id>matzuk</id>
      <name>Evgenii Matsiuk</name>
      <url>https://github.com/matzuk</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:ssh://github.com/KakaoCup/Compose</connection>
    <developerConnection>scm:git:ssh://github.com/KakaoCup/Compose</developerConnection>
    <url>https://github.com/KakaoCup/Compose.git</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>androidx.compose</groupId>
        <artifactId>compose-bom</artifactId>
        <version>2025.12.00</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>androidx.test.espresso</groupId>
      <artifactId>espresso-core</artifactId>
      <version>3.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.test.ext</groupId>
      <artifactId>junit</artifactId>
      <version>1.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>androidx.compose.ui</groupId>
      <artifactId>ui-test-junit4</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
