Implemented kotlin quick fix provider for create android resource quick fixes

#KT-10465 Fixed
#KT-12880 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2016-11-03 13:56:02 +03:00
parent 29b9521596
commit 9534934f43
32 changed files with 327 additions and 11 deletions
@@ -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;
}
}