-
Notifications
You must be signed in to change notification settings - Fork 623
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
Kotlin incremental Support - Stable Version #919
Open
life2015
wants to merge
17
commits into
alibaba:master
Choose a base branch
from
life2015:kotlin
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open
# Conflicts: # freeline-gradle-plugin/src/main/groovy/com/antfortune/freeline/FreelinePlugin.groovy # freeline_core/gradle_inc_build.py
这个版本现在怎么用? @life2015 |
Any news when this goes into master? |
有沒有更新啊? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release PR
已经在我的项目里面稳定使用了 :)
如果没有自定义kotlinc path的话 则需要配置kotlinc环境 (终端下可运行kotlinc即可)
MacOS:
如果不想配置系统kotlin环境变量,如何自己手动指定Kotlinc地址:
在Freeline DSL地址中指定即可
把官方的CommandLineCompiler的zip下载下来,然后把bin目录下的kotlinc可执行文件目录写在这里即可(当然也可以配置成系统环境变量,就不需要在这里写了hhh)
官方Command Line Compiler配置文档
适配过程记录
kotlin增量
Enjoy super fast kotlin incremental support!
PS: 因为一些DataBinding的支持问题,我注释掉了javac task前的DataBinding Apt操作
Beta: