Skip to content

Commit

Permalink
(build) downgrade Kotlin till an compatible Compose version exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jun 25, 2023
1 parent 172bc5c commit 4c3d60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added
### Changed
- Upgrade dependencies: KSP 1.8.22-1.0.11

### Deprecated
### Removed
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ autoService = "1.1.1"
coroutines = "1.6.4"
detekt = "1.23.0"
kctfork = "0.2.1"
kotlin = "1.8.22"
kotlin = "1.8.21"
kotlinPoet = "1.14.2"
kspVersion = "1.8.22-1.0.11"
kspVersion = "1.8.21-1.0.11"
ktorfit = "1.4.1"
ktorfit-lib = "1.4.1"
ktorVersion = "2.3.1"
Expand Down

0 comments on commit 4c3d60c

Please sign in to comment.