dave08
11/16/2021, 2:11 PMTolriq
11/16/2021, 2:19 PMTrevor Stone
11/16/2021, 6:18 PMpniederw
11/16/2021, 8:10 PMTolriq
11/16/2021, 10:11 PMError: interface qd.n is not a JsonQualifier.
(Never had an issue before. When checking bytecode after R8 retrace it gives:
.class public interface abstract annotation Lx/android/jsonapi/JsonErrorHandlingFactory$IgnoreInvalidObject;
.super Ljava/lang/Object;
.source "JsonErrorHandlingFactory.kt"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lx/android/jsonapi/JsonErrorHandlingFactory;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "IgnoreInvalidObject"
.end annotation
.annotation runtime Lcom/squareup/moshi/JsonQualifier;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
Source:
@Retention(AnnotationRetention.RUNTIME)
@JsonQualifier
annotation class IgnoreInvalidObject
So it seems the annotation is here and correct. Is there something I'm missing or some new rules that should be applied?rkeazor
11/17/2021, 5:21 AMdimsuz
11/21/2021, 6:20 PMCould not parse metadata!Oh no. That dance again? 🙂 We had so much pain due to having to wait/upgrade all deps with annotation processing when 1.4 came out. Kotlin guys should do backwards compatible metadata or something.
Tolriq
11/24/2021, 9:25 AMhfhbd
11/24/2021, 9:32 AMdriver.execute("")
Tolriq
11/24/2021, 9:35 AMhfhbd
11/24/2021, 9:38 AMTolriq
11/24/2021, 9:46 AMhfhbd
11/24/2021, 10:10 AMexecute
executes the raw query, but does not return a SQLCursor
, executeQuery
does.Tolriq
11/24/2021, 10:17 AMRahul Rawat
11/26/2021, 7:19 AMalec
11/26/2021, 12:35 PMMichal Klimczak
12/01/2021, 1:24 PMFileSystem.SYSTEM
and if I understand correctly there's a long-hanging PR by Sebastian Sellmair which could help.Colton Idle
12/01/2021, 11:01 PMjw
12/01/2021, 11:16 PMjw
12/01/2021, 11:18 PMZach Klippenstein (he/him) [MOD]
12/02/2021, 2:14 AMbenkuly
12/02/2021, 2:38 PMTrevor Stone
12/02/2021, 3:06 PMalec
12/02/2021, 3:07 PMalec
12/02/2021, 3:07 PMTrevor Stone
12/02/2021, 3:09 PMTrevor Stone
12/02/2021, 3:09 PMalec
12/02/2021, 3:10 PMalec
12/02/2021, 3:10 PMTrevor Stone
12/02/2021, 3:10 PM