File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,34 @@ kapt {
5454}
5555```
5656
57- Example build.gradle
58- --------------------
57+ Example build.gradle.kts
58+ ------------------------
5959
6060- Java: https://github.com/domaframework/simple-examples/blob/master/build.gradle.kts
6161- Kotlin: https://github.com/domaframework/kotlin-sample/blob/master/build.gradle.kts
62+
63+ Major versions
64+ ---------------------
65+
66+ ### Status and Repository
67+
68+ | Version | Status | Repository | Branch |
69+ | -----------------------| -----------------| --------------------------------------------------------------------------------------------| --------|
70+ | Doma Compile Plugin 2 | limited-support | [ domaframework/doma-compile-plugin] ( https://github.com/domaframework/doma-compile-plugin/ ) | 2.x |
71+ | Doma Compile Plugin 3 | stable | [ domaframework/doma-compile-plugin] ( https://github.com/domaframework/doma-compile-plugin/ ) | master |
72+
73+ ### Compatibility matrix
74+
75+ The supported versions of Doma:
76+
77+ | | Doma 2 | Doma 3 |
78+ | -----------------------| --------| --------|
79+ | Doma Compile Plugin 2 | v | |
80+ | Doma Compile Plugin 3 | | v |
81+
82+ The minimum supported versions of Java:
83+
84+ | | Java 8 | Java 17 |
85+ | -----------------------| --------| ---------|
86+ | Doma Compile Plugin 2 | v | |
87+ | Doma Compile Plugin 3 | | v |
You can’t perform that action at this time.
0 commit comments