TemplateBuilder icon indicating copy to clipboard operation
TemplateBuilder copied to clipboard

Can't resolve file xxx.kt ?

Open li2 opened this issue 5 years ago • 3 comments

这个确实很棒 👍 ,我在尝试 Alt + T 时碰到了如题的错误,请问目前支持 Kotlin 吗?谢谢

li2 avatar Apr 02 '19 09:04 li2

我也遇到了,目前看来确实不支持kotlin

yuan9034 avatar Aug 30 '19 09:08 yuan9034

Me too

zii4914 avatar Dec 23 '19 08:12 zii4914

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 .

zii4914 avatar Dec 24 '19 02:12 zii4914