This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 434
project.name = "xx" cannot be assigned #742
Comments
Are you sure it's not #685? |
Don't know if it's the same...
But I use the latest kotlin version and have that issue...
…On Mar 5, 2018 5:04 PM, "Thomas Broyer" ***@***.***> wrote:
Are you sure it's not #685
<#685>?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#742 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJwYe2-kBva2EJNmfQTOcgMJtINC49uRks5tbWHwgaJpZM4ScUlz>
.
|
Is this only an issue in IntelliJ or when you execute the script with Gradle do you also get a compilation error? |
@JLLeitschuh just checked it and it really seems just a IDE issue. |
Thanks, everyone! Closing as duplicate of #685 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
rootProject.name = "xx"
should compile insettings.gradle.kts
Current Behavior
I can't change the project name:
Context
I've just created a new Gradle/Kotlin project in IntelliJ.
The default groovy
settings.gradle
have the autogenerated codeIf i change this file to
settings.gradle.kts
it says the issue above...Steps to Reproduce (for bugs)
See above ☝️
Maybe this is similar to #712
But I can't find a
rootProject.setName("xx")
:/The text was updated successfully, but these errors were encountered: