Christopher Piggott
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created "Nothing to run on"
What does it mean when you see "Nothing to Run On" in the configuration? I actually have a second project that works but I can't really figure out the difference. The one that works looks like... -
Created Kotlin-reflect extension funcions: OK with gradle, not with IntelliJ
AnsweredI have a kotlin project that's using kotlin-reflect: plugins { id 'org.jetbrains.kotlin.jvm' version '1.4.10'}dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" implem... -
Created PlatformIO with multiple hardware targets
CompletedI ran across CC-3089 and voted for it, but I'm looking for a workaround. Does anybody have one? Even if I have to build my second target from the command line, that's at least better than nothing... -
Created Spring FactoryBean Support
AnsweredI have this annoying problem that IntelliJ doesn't think factory beans are injectable. There were some comments about this dating back to 2007 (IDEA-11397) but I don't see any clear solution. The...