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: 3 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T18:39:29.000Z (over 7 years ago)
- Last Synced: 2025-02-08T21:12:34.622Z (5 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
Expected behaviour:
