Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Thomas
Total activity
13
Last activity
December 16, 2021 16:54
Member since
June 22, 2018 11:31
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
December 16, 2021 16:54
Alexey Belkov thanks, that does indeed work! I'll file an issue with Arrow momentarily. And thanks Konstantin Annikov for getting me to the right person to solve this.
Community
IntelliJ IDEA Users
Unable to import Arrow core classes after adding Maven dependency
0 votes
Created
December 15, 2021 17:53
Ah sorry, done and at 2021_12_15_4GhqMhrRgeVcJT73. I added the import to ArrowTestApplication.kt ("import arrow.core.Either"). And here's what I get:
Community
IntelliJ IDEA Users
Unable to import Arrow core classes after adding Maven dependency
0 votes
Created
December 14, 2021 14:54
Done, file reference: 2021_12_14_TSRNsppPAtvJVGRy It's a barebones start.spring.io with arrow-core added. Thanks for looking at it.
Community
IntelliJ IDEA Users
Unable to import Arrow core classes after adding Maven dependency
0 votes
Created
June 23, 2018 19:23
Update after spending some time on this with a co-worker whose gradle-fu is stronger than mine, the problem is fixed. There are two solutions: (1) Add the following lines to the gradle script: id...
Community
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 votes
Created
June 22, 2018 14:56
Update: a co-worker just deleted the project, re-imported it, and now has the same trouble as me. So at least it's reproducible across multiple people/environments now.... Maybe something wrong wit...
Community
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 votes
Created
June 22, 2018 14:14
Hi Yaroslav, I've been using the default (enabled). I just tried importing with this setting turned off and now the integTest sources fail to compile because they can't find org.junit.Test.
Community
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 votes
Created
June 22, 2018 11:34
Here's the build script: ``` apply plugin: 'java'apply plugin: 'org.springframework.boot'apply plugin: 'idea'buildscript { repositories { maven { url "http://repo.maven.apache.org/maven...
Community
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 votes