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