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 {
54
54
}
55
55
```
56
56
57
- Example build.gradle
58
- --------------------
57
+ Example build.gradle.kts
58
+ ------------------------
59
59
60
60
- Java: https://github.com/domaframework/simple-examples/blob/master/build.gradle.kts
61
61
- 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