Skip to content

Execution failed for task ':shared:kspDebugKotlinAndroid' #2682

@ArcherEmiya05

Description

@ArcherEmiya05

I was able to replicate the issue on a local machine after clean build by running instrumentation test connectedAndroidTest. If the initial build fails and I attempt to rebuild it by executing another instrumentation test then the error is gone. It seems this only happens on initial build or if clean build was executed followed by instrumentation test.

Task :shared:kspDebugKotlinAndroid
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.insert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.delete(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.update(java.util.List<? extends T>)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (T). - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entity in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(T)
e: [ksp] Functions annotated with [@Insert, @Upsert, @Update, @Delete] shouldn't declare nullable parameters (kotlin.collections.List<T>). - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)
e: [ksp] Type of the parameter must be a class annotated with @Entity or a collection/array of it. - entities in com.devsbitwise.kommon.data.data_source.local.BaseDao.upsert(java.util.List<? extends T>)


> Task :shared:kspDebugKotlinAndroid FAILED
> Task :androidApp:mergeDebugAndroidTestNativeLibs NO-SOURCE
> Task :androidApp:stripDebugAndroidTestDebugSymbols NO-SOURCE
> Task :androidApp:validateSigningDebugAndroidTest
> Task :androidApp:writeDebugAndroidTestSigningConfigVersions
> Task :HtmlTextView:processDebugAndroidTestJavaRes NO-SOURCE
> Task :AndroidCommon:compileDebugAndroidTestJavaWithJavac
> Task :AndroidCommon:compressDebugAndroidTestAssets
> Task :AndroidMaterial:mergeDebugAndroidTestJavaResource
> Task :androidApp:checkDebugAndroidTestDuplicateClasses
> Task :AndroidMaterial:checkDebugAndroidTestDuplicateClasses
> Task :Kommon:mergeDebugAndroidTestResources
> Task :Kommon:processDebugAndroidTestManifest
> Task :AndroidCommon:desugarDebugAndroidTestFileDependencies
> Task :HtmlTextView:mergeDebugAndroidTestGlobalSynthetics
> Task :Kommon:javaPreCompileDebugAndroidTest
> Task :Kommon:processDebugAndroidTestResources
> Task :Kommon:mergeDebugAndroidTestShaders
> Task :Kommon:kspDebugAndroidTestKotlinAndroid NO-SOURCE
> Task :Kommon:compileDebugAndroidTestKotlinAndroid NO-SOURCE
> Task :Kommon:compileDebugAndroidTestJavaWithJavac NO-SOURCE
> Task :Kommon:compileDebugAndroidTestShaders NO-SOURCE
> Task :Kommon:generateDebugAndroidTestAssets UP-TO-DATE
> Task :Kommon:mergeDebugAndroidTestAssets
> Task :HtmlTextView:mergeDebugAndroidTestJavaResource
> Task :AndroidCommon:dexBuilderDebugAndroidTest
> Task :AndroidMaterial:mergeProjectDexDebugAndroidTest
> Task :AndroidMaterial:mergeLibDexDebugAndroidTest
> Task :AndroidFirebase:processDebugAndroidTestJavaRes NO-SOURCE
> Task :AndroidMaterial:mergeDebugAndroidTestJniLibFolders
> Task :AndroidFirebase:mergeDebugAndroidTestGlobalSynthetics
> Task :Kommon:compressDebugAndroidTestAssets
> Task :Kommon:desugarDebugAndroidTestFileDependencies
> Task :AndroidMaterial:mergeExtDexDebugAndroidTest
> Task :androidApp:mergeExtDexDebugAndroidTest
> Task :AndroidMaterial:mergeDebugAndroidTestNativeLibs NO-SOURCE
> Task :AndroidMaterial:stripDebugAndroidTestDebugSymbols NO-SOURCE
> Task :AndroidMaterial:validateSigningDebugAndroidTest
> Task :AndroidMaterial:writeDebugAndroidTestSigningConfigVersions
> Task :AndroidMaterial:packageDebugAndroidTest
> Task :AndroidMaterial:createDebugAndroidTestApkListingFileRedirect
> Task :Kommon:dexBuilderDebugAndroidTest
> Task :Messari:mergeDebugAndroidTestShaders
> Task :Messari:compileDebugAndroidTestShaders NO-SOURCE
> Task :Messari:generateDebugAndroidTestAssets UP-TO-DATE
> Task :Messari:mergeDebugAndroidTestAssets
> Task :AndroidFirebase:mergeDebugAndroidTestJavaResource
> Task :AndroidCommon:mergeDebugAndroidTestGlobalSynthetics
> Task :AndroidCommon:processDebugAndroidTestJavaRes
> Task :AndroidFirebase:mergeLibDexDebugAndroidTest
> Task :AndroidFirebase:mergeProjectDexDebugAndroidTest
> Task :AndroidFirebase:mergeDebugAndroidTestJniLibFolders
> Task :AndroidFirebase:mergeDebugAndroidTestNativeLibs

> Task :AndroidCommon:connectedDebugAndroidTest
additionalTestOutput is not supported on this device running API level 23 because the additional test output directory could not be found

> Task :Messari:connectedDebugAndroidTest
> Task :WordPress:connectedDebugAndroidTest
> Task :YouTube:connectedDebugAndroidTest

> Task :AndroidCommon:connectedDebugAndroidTest
Starting 3 tests on EMU(AVD) - 6.0

Finished 3 tests on EMU(AVD) - 6.0

> Task :AndroidCommon:connectedAndroidTest

> Task :Messari:connectedDebugAndroidTest
additionalTestOutput is not supported on this device running API level 23 because the additional test output directory could not be found
Starting 29 tests on EMU(AVD) - 6.0

EMU(AVD) - 6.0 Tests 8/29 completed. (0 skipped) (0 failed)
EMU(AVD) - 6.0 Tests 11/29 completed. (0 skipped) (0 failed)
EMU(AVD) - 6.0 Tests 12/29 completed. (0 skipped) (0 failed)
EMU(AVD) - 6.0 Tests 14/29 completed. (0 skipped) (0 failed)
EMU(AVD) - 6.0 Tests 16/29 completed. (0 skipped) (0 failed)
EMU(AVD) - 6.0 Tests 26/29 completed. (0 skipped) (0 failed)
EMU(AVD) - 6.0 Tests 29/29 completed. (0 skipped) (0 failed)
Finished 29 tests on EMU(AVD) - 6.0

> Task :Messari:connectedAndroidTest

> Task :WordPress:connectedDebugAndroidTest
additionalTestOutput is not supported on this device running API level 23 because the additional test output directory could not be found
Starting 10 tests on EMU(AVD) - 6.0

EMU(AVD) - 6.0 Tests 10/10 completed. (0 skipped) (0 failed)
Finished 10 tests on EMU(AVD) - 6.0

> Task :WordPress:connectedAndroidTest

> Task :YouTube:connectedDebugAndroidTest
additionalTestOutput is not supported on this device running API level 23 because the additional test output directory could not be found
Starting 10 tests on EMU(AVD) - 6.0

EMU(AVD) - 6.0 Tests 10/10 completed. (0 skipped) (0 failed)
Finished 10 tests on EMU(AVD) - 6.0

> Task :YouTube:connectedAndroidTest

* What went wrong:
Execution failed for task ':shared:kspDebugKotlinAndroid'.
> A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction
   > KSP failed with exit code: PROCESSING_ERROR

Kotlin: 2.2.21
KSP: 2.2.20-2.0.3
Room: 2.8.3
Sqlite: 2.6.1
Gradle: 9.2
AGP: 8.13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions