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 abstract Lkotlin/ResultKt;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static final createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
.locals 1
const-string v0, "exception"
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 122
new-instance v0, Lkotlin/Result$Failure;
invoke-direct {v0, p0}, Lkotlin/Result$Failure;-><init>(Ljava/lang/Throwable;)V
return-object v0
.end method
.method public static final throwOnFailure(Ljava/lang/Object;)V
.locals 1
.line 132
instance-of v0, p0, Lkotlin/Result$Failure;
if-nez v0, :cond_0
return-void
:cond_0
check-cast p0, Lkotlin/Result$Failure;
iget-object p0, p0, Lkotlin/Result$Failure;->exception:Ljava/lang/Throwable;
throw p0
.end method