|
- configurations:
- # Specify configurations where the packages/plugins depend on a specific kotlin and/or gradle version.
- - kotlin-version: ["latest", "1.8.20", "1.7.0"]
- gradle-version: ["latest", "8.2.1", "7.6.2"]
-
- plugins:
- "`kotlin-dsl`": null
- com.expediagroup.graphql: ["stable"]
-
- - kotlin-version: "1.8.0"
- gradle-version: "8.2.1"
-
- - kotlin-version: "1.8.0"
-
- - kotlin-version: "1.7.20"
- packages:
- org.slf4j:slf4j-api: "2.0.7"
-
- # The default configuration, where the kotlin and gradle version doesn't matter.
- # This is kept as a separate configuration to make the ones above more obvious and easier to maintain.
- #
- # Most packages should be placed here.
- - kotlin-version: "1.8.20"
- plugins:
- org.panteleyev.jpackageplugin: "latest"
- packages:
- org.jetbrains.kotlinx:kotlinx-datetime: "0.4.0"
- com.expediagroup:
- _default: "stable"
- graphql-kotlin-ktor-server: ["default", "latest"]
- graphql-kotlin-client: []
- graphql-kotlin-client-generator: []
-
- io.insert-koin:
- _default: ['3.3.0', '3.2.2']
- koin-core: []
- koin-ktor: ['default', '-3.3.0', '3.2.1']
|