Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)