Skip to content

Commit 47e2b71

Browse files
committed
chore: remove gradle/compiler plugin mentions from README
1 parent 2090fa9 commit 47e2b71

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Currently, Android is fully supported, but any Kotlin-based codebase can in theo
3131
- Sprintf (Android SDK) formatting
3232
- ICU (Tolgee Native Flat JSON) formatting
3333
- **Compose integration**: Full integration with Jetpack Compose and Compose Multiplatform
34-
- **Compiler plugin**: Automatically transform existing code to use Tolgee without manual changes
3534
- **Kotlin Multiplatform**: Designed with multiplatform support in mind
3635

3736
## Modules
@@ -40,13 +39,11 @@ The SDK is split into multiple modules, each serving a specific purpose:
4039

4140
- **[Core](./core/README.md)**: Base library for fetching translations from CDN and querying them
4241
- **[Compose](./compose/README.md)**: Extension for using the library with Jetpack Compose or Compose Multiplatform
43-
- **[Gradle Plugin](./gradle-plugin/README.md)**: Gradle plugin for integrating and configuring the compiler plugin
4442

4543
## Which Module Should I Use?
4644

4745
- If you are using **traditional Android Views**, use the [Core](./core/README.md) module
4846
- If you are using **Jetpack Compose** or **Compose Multiplatform**, use the [Compose](./compose/README.md) module
49-
- If you want to **automatically transform existing code** to use Tolgee, add the [Gradle Plugin](./gradle-plugin/README.md)
5047

5148
## Installation
5249

@@ -88,28 +85,12 @@ dependencies {
8885
}
8986
```
9087

91-
### Gradle Plugin (Compiler Plugin)
92-
93-
```toml
94-
# gradle/libs.versions.toml
95-
[plugins]
96-
tolgee = { id = "io.tolgee.mobile-kotlin-sdk", version.ref = "tolgee" }
97-
```
98-
99-
```kotlin
100-
// build.gradle.kts
101-
plugins {
102-
alias(libs.plugins.tolgee)
103-
}
104-
```
105-
10688
## Basic Usage
10789

10890
For detailed usage instructions, please refer to the module-specific documentation:
10991

11092
- [Core Module Documentation](./core/README.md)—For traditional Android and base functionality
11193
- [Compose Module Documentation](./compose/README.md)—For Jetpack Compose and Compose Multiplatform
112-
- [Gradle Plugin Documentation](./gradle-plugin/README.md)—For compiler plugin configuration
11394

11495
### Quick Start
11596

0 commit comments

Comments
 (0)