Can someone confirm putting this anywhere in your ...
# android
p
Can someone confirm putting this anywhere in your project destroy sth in androids dex format and your app crashes on start?
g
Confirmed 😄 now that's interesting
p
If you remove one of the annotations it works
a
Could you post the bytecode ?
Or the Java decompiled version.
p
Copy code
// ================com/yazio/android/profile/thirdparty/TestKt.class =================
// class version 50.0 (50)
// access flags 0x31
public final class com/yazio/android/profile/thirdparty/TestKt {


  // DEPRECATED
  // access flags 0x20019
  public final static getA()F
  @Lkotlin/Deprecated;(message="")
  @Lkotlin/Deprecated;(message="")
   L0
    LINENUMBER 7 L0
    FCONST_1
    FRETURN
   L1
    MAXSTACK = 1
    MAXLOCALS = 0

  @Lkotlin/Metadata;(mv={1, 1, 13}, bv={1, 0, 3}, k=2, d1={"\u0000\n\n\u0000\n\u0002\u0010\u0007\n\u0002\u0008\u0003\"\u0011\u0010\u0000\u001a\u00020\u00018G\u00a2\u0006\u0006\u001a\u0004\u0008\u0002\u0010\u0003\u00a8\u0006\u0004"}, d2={"a", "", "getA", "()F", "core_debug"})
  // compiled from: Test.kt
}
ÃŒt's just there twice
I think it's this