We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c478d commit e2f4152Copy full SHA for e2f4152
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
---
6
## master
7
+
8
+## 2.14.0
9
* Fix ksp code generation for non-jvm target
10
11
## 2.13.0
gradle.properties
@@ -17,7 +17,7 @@ ksp.incremental=true
17
ksp.incremental.log=true
18
19
GROUP=com.careem.mockingbird
20
-VERSION=2.14.0-SNAPSHOT
+VERSION=2.14.0
21
# Kotlin
22
kotlin.code.style=official
23
kotlin.mpp.stability.nowarn=true
0 commit comments