Implement quickfixes for Android Lint api issues
#KT-16624 Fixed #KT-16625 Fixed #KT-14947 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