Skip to content

Commit ac8642b

Browse files
committed
Cleanup doc
1 parent e81234f commit ac8642b

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -347,28 +347,5 @@ fun MyScreen() {
347347
}
348348
```
349349

350-
**Dependencies required for Compose support:**
351-
352-
Add the following to your module's `build.gradle`:
353-
354-
```kotlin
355-
android {
356-
buildFeatures {
357-
compose true
358-
}
359-
composeOptions {
360-
kotlinCompilerExtensionVersion '1.5.15'
361-
}
362-
}
363-
364-
dependencies {
365-
implementation platform('androidx.compose:compose-bom:2024.12.01')
366-
implementation 'androidx.compose.ui:ui'
367-
implementation 'androidx.compose.ui:ui-tooling-preview'
368-
implementation 'androidx.compose.material3:material3'
369-
implementation 'androidx.activity:activity-compose:1.9.3'
370-
}
371-
```
372-
373350
> See [PrismJsComposeDemoActivity.kt](https://github.com/hossain-khan/android-syntax-highlighter/blob/main/example/src/main/java/dev/hossain/ynaash/example/ui/demoprismjs/PrismJsComposeDemoActivity.kt)
374351
> for a complete working example.

0 commit comments

Comments
 (0)