Implemented kotlin quick fix provider for create android resource quick fixes
#KT-10465 Fixed #KT-12880 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package com.myapp;
|
||||
|
||||
public final class R {
|
||||
public static final class string {
|
||||
public static final int app_name = 0x7f060021;
|
||||
public static final int resource_id = 0x7f060022;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user