<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>me.him188</groupId>
  <artifactId>kotlin-jvm-blocking-bridge-compiler-embeddable</artifactId>
  <version>2.0.0-162.1</version>
  <name>kotlin-jvm-blocking-bridge-compiler-embeddable</name>
  <description>Kotlin compiler plugin for generating blocking bridges for calling suspend functions from Java with minimal effort</description>
  <url>https://github.com/Him188/kotlin-jvm-blocking-bridge</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Him188</id>
      <name>Him188</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Him188/kotlin-jvm-blocking-bridge</connection>
    <url>https://github.com/Him188/kotlin-jvm-blocking-bridge</url>
  </scm>
</project>
