blob: 018784784e6b0ee9ee333f18c6f827b6b31edad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
// Support convention plugins written in Kotlin. Convention plugins are build scripts in 'src/main' that automatically become available as plugins in the main build.
`kotlin-dsl`
}
repositories {
// Use the plugin portal to apply community plugins in convention plugins.
gradlePluginPortal()
}
|