Skip to content

Commit 3969d04

Browse files
update maven template to use embedded variant of compose compiler (#5452)
Maven template updated to use embedded variant of compose compiler plugin Fixes [[CMP-8859]](https://youtrack.jetbrains.com/issue/CMP-8859) ## Testing manual testing ## Release Notes N/A
1 parent 1a92fdf commit 3969d04

File tree

1 file changed

+2
-2
lines changed
  • ci/templates/maven-test-project

1 file changed

+2
-2
lines changed

ci/templates/maven-test-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</executions>
5959
<configuration>
6060
<args>
61-
<arg>-Xplugin=${user.home}/.m2/repository/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/${kotlin.version}/kotlin-compose-compiler-plugin-${kotlin.version}.jar</arg>
61+
<arg>-Xplugin=${user.home}/.m2/repository/org/jetbrains/kotlin/kotlin-compose-compiler-plugin-embeddable/${kotlin.version}/kotlin-compose-compiler-plugin-embeddable-${kotlin.version}.jar</arg>
6262
</args>
6363
</configuration>
6464
</plugin>
@@ -187,7 +187,7 @@
187187

188188
<dependency>
189189
<groupId>org.jetbrains.kotlin</groupId>
190-
<artifactId>kotlin-compose-compiler-plugin</artifactId>
190+
<artifactId>kotlin-compose-compiler-plugin-embeddable</artifactId>
191191
<version>${kotlin.version}</version>
192192
</dependency>
193193
</dependencies>

0 commit comments

Comments
 (0)