MVN

org.jetbrains.kotlin.plugin.compose : org.jetbrains.kotlin.plugin.compose.gradle.plugin

Maven & Gradle

Apr 08, 2024
47.6k stars

Kotlin Compose Compiler plugin · Kotlin Compose Compiler plugin

<dependency>
    <groupId>org.jetbrains.kotlin.plugin.compose</groupId>
    <artifactId>org.jetbrains.kotlin.plugin.compose.gradle.plugin</artifactId>
    <version>2.0.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlin.plugin.compose : org.jetbrains.kotlin.plugin.compose.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0-RC1
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of org.jetbrains.kotlin.plugin.compose : org.jetbrains.kotlin.plugin.compose.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.0.0-RC1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jetbrains.kotlin.plugin.compose</groupId>
    <artifactId>org.jetbrains.kotlin.plugin.compose.gradle.plugin</artifactId>
    <version>2.0.0-RC1</version>
</dependency>