mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-03 05:46:10 +08:00
Fix gradle extension name in README (#211)
This commit is contained in:
@ -210,14 +210,14 @@ compiler or alternate Compose compilers can be specified using the Gradle extens
|
|||||||
|
|
||||||
To use a new version of the JetBrains Compose compiler version:
|
To use a new version of the JetBrains Compose compiler version:
|
||||||
```kotlin
|
```kotlin
|
||||||
molecule {
|
mosaic {
|
||||||
kotlinCompilerPlugin.set("1.4.8")
|
kotlinCompilerPlugin.set("1.4.8")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
To use an alternate Compose compiler dependency:
|
To use an alternate Compose compiler dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
molecule {
|
mosaic {
|
||||||
kotlinCompilerPlugin.set("com.example:custom-compose-compiler:1.0.0")
|
kotlinCompilerPlugin.set("com.example:custom-compose-compiler:1.0.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user