Relative Content

Tag Archive for android-gradle-plugingradle-plugingradle-kotlin-dsl

Cannot add gradle plugin to settings.gradle in kotlin DSL

I wrote a gradle plugin with some utility functions for declaring repositories (that’s why I want to put in the settings.gradle.kts). The problem is, as soon as I add it to the plugins-block in the settings.gradle.kts I get this error message for the global build.gradle.kts: