Files
rr3-apk/smali_classes5/kotlin/jvm/KotlinReflectionNotSupportedError.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

17 lines
432 B
Smali

.class public Lkotlin/jvm/KotlinReflectionNotSupportedError;
.super Ljava/lang/Error;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 1
const-string v0, "Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath"
.line 11
invoke-direct {p0, v0}, Ljava/lang/Error;-><init>(Ljava/lang/String;)V
return-void
.end method