TemplateBuilder
TemplateBuilder copied to clipboard
Can't resolve file xxx.kt ?
这个确实很棒 👍 ,我在尝试 Alt + T
时碰到了如题的错误,请问目前支持 Kotlin 吗?谢谢
我也遇到了,目前看来确实不支持kotlin
Me too
Target resolveFiles(List<SelectItem> selectedFiles) {
Target target = new Target();
injectTarget(target, selectedFiles, new ManifestPathResolver());
return target;
}
private void injectTarget(@NotNull Target target, List<SelectItem> selectedFiles, ManifestPathResolver manifestPathResolver) {
String manifest = null;
List<String> javaFiles = target.getJavaFiles();
List<String> layoutFiles = target.getLayoutFiles();
List<String> drawableFiles = target.getDrawableFiles();
....
so , it wont be support kotlin . but , you can add your template without this plugin when you find out what this plugin do . it not hard , you can do as AndoridStudio template like .