blob: 3ca50af091d73876a0a9dd0ee1fe2a5b60b4c007 [file] [log] [blame]
Alan Viverette43809cf2022-02-22 16:22:50 -05001<?xml version="1.0" encoding="UTF-8"?>
Colin Crossc42c2d82022-10-04 14:47:52 -07002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
Alan Viverette43809cf2022-02-22 16:22:50 -05003 <!-- This module was also published with a richer model, Gradle metadata, -->
4 <!-- which should be used instead. Do not delete the following line which -->
5 <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
6 <!-- that they should prefer consuming it instead. -->
7 <!-- do_not_remove: published-with-gradle-metadata -->
8 <modelVersion>4.0.0</modelVersion>
9 <groupId>androidx.compose.compiler</groupId>
10 <artifactId>compiler-hosted</artifactId>
Colin Crossc42c2d82022-10-04 14:47:52 -070011 <version>1.3.2</version>
Alan Viverette43809cf2022-02-22 16:22:50 -050012 <name>AndroidX Compose Hosted Compiler Plugin</name>
13 <description>Contains the Kotlin compiler plugin for Compose used in Android Studio and IDEA</description>
Colin Crossc42c2d82022-10-04 14:47:52 -070014 <url>https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.3.2</url>
Alan Viverette43809cf2022-02-22 16:22:50 -050015 <inceptionYear>2019</inceptionYear>
16 <licenses>
17 <license>
18 <name>The Apache Software License, Version 2.0</name>
19 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20 <distribution>repo</distribution>
21 </license>
22 </licenses>
23 <developers>
24 <developer>
25 <name>The Android Open Source Project</name>
26 </developer>
27 </developers>
28 <scm>
29 <connection>scm:git:https://android.googlesource.com/platform/frameworks/support</connection>
30 <url>https://cs.android.com/androidx/platform/frameworks/support</url>
31 </scm>
Colin Crossc42c2d82022-10-04 14:47:52 -070032</project>