Disable outdate runtime check for developers builds
We can't update them properly anyway.
This commit is contained in:
@@ -35,4 +35,8 @@ public class KotlinPluginUtil {
|
||||
public static boolean isSnapshotVersion() {
|
||||
return "@snapshot@".equals(getPluginVersion());
|
||||
}
|
||||
|
||||
public static boolean isDevVersion() {
|
||||
return getPluginVersion().contains("-dev-");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user