Skip to content

Commit

Permalink
Update plugin descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeran committed Mar 7, 2022
1 parent cdaeba2 commit eec84ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ gradlePlugin {
get("futurist.android").apply {
id = "com.jeranfox.futurist.android"
displayName = "Futurist for android"
description = "Opt in"
description = "Avoid @OptIn annotations by automatically opting in to the latest android experimental apis."
implementationClass = "Futurist_androidPlugin"
}
get("futurist.multiplatform").apply {
id = "com.jeranfox.futurist.multiplatform"
displayName = "Futurist for kotlin multiplatform"
description = "Opt in"
description = "Avoid @OptIn annotations by automatically opting in to the latest kotlin experimental apis."
implementationClass = "Futurist_multiplatformPlugin"
}
}
Expand Down

0 comments on commit eec84ff

Please sign in to comment.