Update kotlin.md

This commit is contained in:
DIBYAJYOTI MISHRA 2021-12-09 13:37:35 +05:30 committed by GitHub
parent 13c32c542a
commit b2aa09445e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ apply plugin: "kotlin-android"
apply plugin: "kotlin-android-extensions"
```
3, Open AndroidManifest.xml and add the following line activity:
3. Open AndroidManifest.xml and add the following line activity:
```
android:exported="true"