mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Downgrade kotlin version
1.9 wasn't building with our Room setup
This commit is contained in:
parent
901b5815a9
commit
b89e168ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
hilt_version = '2.44.2'
|
||||
gradle_plugin_version = '7.4.2'
|
||||
room_version = '2.4.3'
|
||||
kotlin_version = '1.9.0'
|
||||
kotlin_version = '1.7.10'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Reference in a new issue