We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccb16f commit 00bfb7fCopy full SHA for 00bfb7f
plugins/dependencies/src/main/kotlin/dependencies/AndroidX.kt
@@ -3281,6 +3281,8 @@ object AndroidX : IsNotADependency {
3281
3282
object Window : DependencyNotationAndGroup(group = "androidx.window", name = "window") {
3283
3284
+ // androidx.window:window-core not added because it is not documented anywhere.
3285
+
3286
/**
3287
* ### API reference:
3288
* - [androidx.window.testing.layout](https://developer.android.com/reference/kotlin/androidx/window/testing/layout/package-summary)
0 commit comments