Skip to content

Commit 22784d7

Browse files
committed
Remove Incubating annotations on dependency notations
They are not needed since we have a mechanism that lets us remove them without breaking the builds. Also updated the snippet in the docs.
1 parent 42d0a13 commit 22784d7

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

docs/contributing/submitting-prs/dependency-notations-updates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Here is what a dependency notation should look like:
1010
@file:Suppress("PackageDirectoryMismatch", "SpellCheckingInspection", "unused") // 1
1111

1212
import de.fayard.refreshVersions.core.DependencyGroup
13-
import org.gradle.api.Incubating
1413
import org.gradle.kotlin.dsl.IsNotADependency
1514

1615
/** // 2
@@ -20,7 +19,6 @@ import org.gradle.kotlin.dsl.IsNotADependency
2019
* - GitHub page: [Kodein-Framework/Kodein-DI](https://github.com/Kodein-Framework/Kodein-DI)
2120
* - [GitHub Releases here](https://github.com/Kodein-Framework/Kodein-DI/releases)
2221
*/
23-
@Incubating
2422
object Kodein : IsNotADependency { // 3
2523

2624
val di = DI // 4

plugins/dependencies/src/main/kotlin/dependencies/JetBrains.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
@file:Suppress("PackageDirectoryMismatch", "SpellCheckingInspection", "unused")
22

33
import de.fayard.refreshVersions.core.DependencyGroup
4-
import org.gradle.api.Incubating
54
import org.gradle.kotlin.dsl.IsNotADependency
65

7-
@Incubating
86
object JetBrains : IsNotADependency {
97

108
/**

plugins/dependencies/src/main/kotlin/dependencies/RickClephas.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@file:Suppress("PackageDirectoryMismatch", "SpellCheckingInspection", "unused")
22

33
import de.fayard.refreshVersions.core.DependencyGroup
4-
import org.gradle.api.Incubating
54
import org.gradle.kotlin.dsl.IsNotADependency
65

76
/**
@@ -10,7 +9,6 @@ import org.gradle.kotlin.dsl.IsNotADependency
109
* - GitHub page: [NativeCoroutines](https://github.com/rickclephas/KMP-NativeCoroutines)
1110
* - [GitHub Releases here](https://github.com/rickclephas/KMP-NativeCoroutines/releases)
1211
*/
13-
@Incubating
1412
object RickClephas : IsNotADependency {
1513

1614
val nativeCoroutines = NativeCoroutines

0 commit comments

Comments
 (0)