mirror of
https://github.com/JakeWharton/mosaic.git
synced 2025-11-01 20:20:19 +08:00
Fix plugin identifier
This commit is contained in:
committed by
GitHub
parent
574cf54b03
commit
ec9f3065a4
@ -98,7 +98,7 @@ buildscript {
|
||||
}
|
||||
|
||||
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||
apply plugin: 'org.jakewharton.mosaic'
|
||||
apply plugin: 'com.jakewharton.mosaic'
|
||||
```
|
||||
|
||||
The runtime APIs will be made available automatically by applying the plugin.
|
||||
@ -138,7 +138,7 @@ buildscript {
|
||||
}
|
||||
|
||||
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||
apply plugin: 'org.jakewharton.mosaic'
|
||||
apply plugin: 'com.jakewharton.mosaic'
|
||||
```
|
||||
|
||||
Snapshot documentation is available at [jakewharton.github.io/mosaic/docs/latest/](https://jakewharton.github.io/mosaic/docs/latest/).
|
||||
|
||||
Reference in New Issue
Block a user