Skip to content

Commit

Permalink
Fixed Kover Plugin ID for legacy plugin application
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed May 31, 2023
1 parent cba0635 commit 53cb0b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ buildscript {
}
}

apply(plugin = "kover")
apply(plugin = "org.jetbrains.kotlinx.kover")

```

Expand All @@ -92,7 +92,7 @@ buildscript {
}
}
apply plugin: 'kover'
apply plugin: 'org.jetbrains.kotlinx.kover'
```
</details>

Expand Down
4 changes: 2 additions & 2 deletions docs/gradle-plugin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ buildscript {
}
}

apply(plugin = "kover")
apply(plugin = "org.jetbrains.kotlinx.kover")

```

Expand All @@ -76,7 +76,7 @@ buildscript {
}
}
apply plugin: 'kover'
apply plugin: 'org.jetbrains.kotlinx.kover'
```

## Using Kover tasks
Expand Down

0 comments on commit 53cb0b1

Please sign in to comment.