Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,34 @@ kapt {
}
```

Example build.gradle
--------------------
Example build.gradle.kts
------------------------

- Java: https://github.com/domaframework/simple-examples/blob/master/build.gradle.kts
- Kotlin: https://github.com/domaframework/kotlin-sample/blob/master/build.gradle.kts

Major versions
---------------------

### Status and Repository

| Version | Status | Repository | Branch |
|-----------------------|-----------------|--------------------------------------------------------------------------------------------|--------|
| Doma Compile Plugin 2 | limited-support | [domaframework/doma-compile-plugin](https://github.com/domaframework/doma-compile-plugin/) | 2.x |
| Doma Compile Plugin 3 | stable | [domaframework/doma-compile-plugin](https://github.com/domaframework/doma-compile-plugin/) | master |

### Compatibility matrix

The supported versions of Doma:

| | Doma 2 | Doma 3 |
|-----------------------|--------|--------|
| Doma Compile Plugin 2 | v | |
| Doma Compile Plugin 3 | | v |

The minimum supported versions of Java:

| | Java 8 | Java 17 |
|-----------------------|--------|---------|
| Doma Compile Plugin 2 | v | |
| Doma Compile Plugin 3 | | v |
Loading