We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ad8ca commit 44a3414Copy full SHA for 44a3414
CHANGELOG.md
@@ -17,8 +17,8 @@
17
18
### Updated
19
20
+- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10`
21
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.12`
-- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.0`
22
23
## [0.1.0-alpha.7] - 2022-07-05
24
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
hubdle = "0.2.0-alpha.12"
3
-kotlin = "1.7.0"
+kotlin = "1.7.10"
4
5
[libraries]
6
jetbrains-kotlin-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
0 commit comments