Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/minimal-sam-with-receiver-repro
A minimal Gradle Kotlin DSL project using the sam-with-receiver plugin.
https://github.com/bamboo/minimal-sam-with-receiver-repro
Last synced: 18 days ago
JSON representation
A minimal Gradle Kotlin DSL project using the sam-with-receiver plugin.
- Host: GitHub
- URL: https://github.com/bamboo/minimal-sam-with-receiver-repro
- Owner: bamboo
- License: mit
- Created: 2017-08-08T19:23:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T13:28:41.000Z (over 7 years ago)
- Last Synced: 2024-10-28T19:57:29.630Z (2 months ago)
- Language: Kotlin
- Size: 356 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimal-sam-with-receiver-repro
A minimal Gradle Kotlin DSL project using the sam-with-receiver plugin.
Notice it compiles cleanly from the command line:
./gradlew assemble
But IntelliJ IDEA still doesn't enable the _sam-with-receiver_
behaviour for `Action` blocks within the `buildSrc` project:![IntelliJ IDEA screenshot](./buildSrc-screenshot.png)