Move RenderingUtils to :core:descriptors.common module
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ import java.util.Iterator;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class GenerateKeywordStrings {
|
public class GenerateKeywordStrings {
|
||||||
public static final File DEST_FILE = new File("core/descriptors/src/org/jetbrains/kotlin/renderer/KeywordStringsGenerated.java");
|
public static final File DEST_FILE = new File("core/descriptors.common/src/org/jetbrains/kotlin/renderer/KeywordStringsGenerated.java");
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public static String generate() throws IOException {
|
public static String generate() throws IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user