Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't resolve file xxx.kt ? #4

Open
li2 opened this issue Apr 2, 2019 · 3 comments
Open

Can't resolve file xxx.kt ? #4

li2 opened this issue Apr 2, 2019 · 3 comments

Comments

@li2
Copy link

li2 commented Apr 2, 2019

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

@yuan9034
Copy link

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

@zii4914
Copy link

zii4914 commented Dec 23, 2019

Me too

@zii4914
Copy link

zii4914 commented Dec 24, 2019

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants