Skip to content

Commit ea8780b

Browse files
committed
pad it
1 parent f3e4175 commit ea8780b

File tree

1 file changed

+8
-8
lines changed
  • packages/website/docs/advanced

1 file changed

+8
-8
lines changed

packages/website/docs/advanced/Next.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ For React Native below version 0.73, you need to apply Kotlin plugin to your pro
5151
In your project's android directory, locate root build.gradle file. Add Kotlin dependency to the buildscript:
5252

5353
```diff
54-
buildscript {
55-
ext {
56-
// other extensions
54+
buildscript {
55+
ext {
56+
// other extensions
5757
+ kotlinVersion = '1.9.24'
58-
}
58+
}
5959

60-
dependencies {
61-
// other dependencies
60+
dependencies {
61+
// other dependencies
6262
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
63-
}
64-
}
63+
}
64+
}
6565

6666
```
6767

0 commit comments

Comments
 (0)