Fix plugin identifier

This commit is contained in:
Daniele Campogiani
2021-06-26 14:32:48 +02:00
committed by GitHub
parent 574cf54b03
commit ec9f3065a4

View File

@ -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/).