We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bb96b commit 5865a2eCopy full SHA for 5865a2e
README.md
@@ -32,12 +32,12 @@ The plugin contains the following versions structure:
32
```gradle
33
hs {
34
java {
35
- version = "21"
+ version = "17"
36
}
37
38
kotlin {
39
version = "2.0.0"
40
- javaVersion = "21"
+ javaVersion = "17"
41
42
43
gradle {
@@ -89,5 +89,5 @@ hs.android.minSdkVersion
89
To override version you can assign needed version to the variables before using them:
90
91
```
92
-hs.java.version = "21"
+hs.java.version = "17"
93
0 commit comments