Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/kotlin-dsl-file-based-project-repro
Demonstrates the lack of support for editing Gradle Kotlin scripts for file based IDEA projects
https://github.com/bamboo/kotlin-dsl-file-based-project-repro
Last synced: 18 days ago
JSON representation
Demonstrates the lack of support for editing Gradle Kotlin scripts for file based IDEA projects
- Host: GitHub
- URL: https://github.com/bamboo/kotlin-dsl-file-based-project-repro
- Owner: bamboo
- Created: 2017-12-22T18:36:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T18:39:29.000Z (about 7 years ago)
- Last Synced: 2024-10-28T19:57:35.390Z (2 months ago)
- Language: Kotlin
- Size: 738 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle Kotlin script from file based project is all red
In order to reproduce the problem
1. run `./gradlew idea`
2. open the generated `ipr` file with IntelliJ IDEA (dot not _Import_ the project but _Open_ the `ipr` instead)
3. open `build.gradle.kts` and notice it's all red
![all red](./open-ipr-project.png)Expected behaviour:
![not red](./import-gradle-project.png)