Third-party plugins

Report a typo

What do we need to do to install a third-party plugin?

Put the items in the correct order
Go to the plugin's website and find out its current version.
Install the plugin into some Ktor module (using Ktor install() function) and configure it.
Add the appropriate dependency to the build.gradle.kts file.
Rebuild the project.
___

Create a free account to access the full topic