compiler-runtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.vk.recompose-logger</groupId> <artifactId>compiler-runtime</artifactId> <version>0.7</version> </dependency>
<?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>com.vk.recompose-logger</groupId> <artifactId>compiler-runtime</artifactId> <version>0.7</version> <packaging>aar</packaging> <name>vkompose</name> <description>Utilities for Jetpack Compose</description> <url>https://github.com/VKCOM/vkompose</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>0xera</id> <name>Askhar</name> <url>https://github.com/0xera</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/VKCOM/vkompose</connection> <developerConnection>scm:git@github.com:VKCOM/vkompose.git</developerConnection> <url>https://github.com/VKCOM/vkompose</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>androidx.compose</groupId> <artifactId>compose-bom</artifactId> <version>2023.08.00</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>