Arciphant setup
Prerequisites
Java or Kotlin plugin
To use Arciphant in your Gradle build, you have to apply either the Java or Kotlin JVM plugin to all projects in the project hierarchy:
This is necessary since Arciphant uses the JVM-specific configurations api and implementation registered by these plugins.
Include Arciphant in your build
To integrate Arciphant, add the following to your settings.gradle.kts:
Arciphant is a Gradle settings plugin. A settings plugin is different to normal plugins in that it is applied in the settings.gradle.kts file and NOT in build.gradle.kts.