Skip to content

Commit bde2092

Browse files
pubiqqimhappi
authored andcommitted
[Docs] Update docs to remove links to Kotlin docs and remove Kotlin from dependency
Resolves #2947 GIT_ORIGIN_REV_ID=294d1f1963e4bfddd998673f78d67242a5ee3d1c PiperOrigin-RevId: 471823400
1 parent d68c0f8 commit bde2092

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
buildscript {
2-
ext.kotlinVersion = '1.3.50'
32
repositories {
43
google()
54
mavenCentral()
65
}
76
dependencies {
87
classpath 'com.android.tools.build:gradle:7.2.0'
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
108
}
119
}
1210

docs/components/NavigationDrawer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ API and source code:
417417
* [Class definition](https://developer.android.com/reference/com/google/android/material/navigation/NavigationView)
418418
* [Class source](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/navigation/NavigationView.java)
419419
* `DrawerLayout`
420-
* [Class definition](https://developer.android.com/reference/kotlin/androidx/drawerlayout/widget/DrawerLayout)
420+
* [Class definition](https://developer.android.com/reference/androidx/drawerlayout/widget/DrawerLayout)
421421

422422
The following example shows a modal navigation drawer.
423423

docs/components/Tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ badge.setContentDescriptionExceedsMaxBadgeNumberStringResource(R.string.content_
123123
### Using tabs with ViewPager
124124

125125
A `TabLayout` can be set up with a
126-
[`ViewPager`](https://developer.android.com/reference/kotlin/androidx/viewpager/widget/ViewPager)
126+
[`ViewPager`](https://developer.android.com/reference/androidx/viewpager/widget/ViewPager)
127127
in order to:
128128

129129
* Dynamically create `TabItem`s based on the number of pages, their titles,

0 commit comments

Comments
 (0)