File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.5.1] 2022-07-05
9
+
10
+ ### Fixed
11
+
12
+ - Fixed dependency resolution issue with native artifacts
13
+
8
14
## [ 0.5.0] 2022-07-02
9
15
10
16
### Changed
@@ -308,4 +314,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
308
314
309
315
## [ 0.1.0] - 2020-09-17
310
316
311
- - Initial Release
317
+ - Initial Release
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ repositories {
64
64
}
65
65
66
66
dependencies {
67
- ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.0 ")
68
- implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.0 ")
67
+ ksp("me.tatarka.inject:kotlin-inject-compiler-ksp:0.5.1 ")
68
+ implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.1 ")
69
69
}
70
70
```
71
71
@@ -78,8 +78,8 @@ plugins {
78
78
}
79
79
80
80
dependencies {
81
- kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5.0 ")
82
- implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.0 ")
81
+ kapt("me.tatarka.inject:kotlin-inject-compiler-kapt:0.5.1 ")
82
+ implementation("me.tatarka.inject:kotlin-inject-runtime:0.5.1 ")
83
83
}
84
84
```
85
85
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin-inject = " 0.5.1-SNAPSHOT "
2
+ kotlin-inject = " 0.5.1"
3
3
kotlin = " 1.5.31"
4
4
ksp = " 1.5.31-1.0.1"
5
5
kotlinpoet = " 1.10.1"
You can’t perform that action at this time.
0 commit comments