Reduce kotlin ksp version because compatiblity issue with compose compiler

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-03-12 13:10:24 +01:00 committed by Alper Öztürk
parent ee066a2e7a
commit 3fe80303e1
4 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ buildscript {
plugins {
id "com.diffplug.spotless" version "6.20.0"
id 'com.google.devtools.ksp' version '1.9.23-1.0.19' apply false
id 'com.google.devtools.ksp' version '1.9.22-1.0.18' apply false
}
apply plugin: 'com.android.application'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -194,7 +194,7 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
shortSleep()
shortSleep()
screenshot(activity)
screenshot(sut.fileDetailActivitiesFragment.binding.emptyList.emptyListView)
}
@Test

View File

@ -89,7 +89,7 @@ class TrashbinActivityIT : AbstractIT() {
shortSleep()
waitForIdleSync()
screenshot(sut)
screenshot(sut.binding.emptyList.emptyListView)
}
@Test