- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
289 B
Java
11 lines
289 B
Java
package kotlin;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class KotlinVersionCurrentValue {
|
|
public static final KotlinVersionCurrentValue INSTANCE = new KotlinVersionCurrentValue();
|
|
|
|
public static final KotlinVersion get() {
|
|
return new KotlinVersion(1, 9, 24);
|
|
}
|
|
}
|