First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
.class public interface abstract Lkotlin/reflect/KCallable;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lkotlin/reflect/KAnnotatedElement;
# virtual methods
.method public varargs abstract call([Ljava/lang/Object;)Ljava/lang/Object;
.end method
.method public abstract callBy(Ljava/util/Map;)Ljava/lang/Object;
.end method
.method public abstract getParameters()Ljava/util/List;
.end method
.method public abstract getReturnType()Lkotlin/reflect/KType;
.end method
.method public abstract getTypeParameters()Ljava/util/List;
.end method
.method public abstract getVisibility()Lkotlin/reflect/KVisibility;
.end method
.method public abstract isAbstract()Z
.end method
.method public abstract isFinal()Z
.end method
.method public abstract isOpen()Z
.end method
.method public abstract isSuspend()Z
.end method