主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Thomas
活动总数
13
最后的活动
2021年12月16日 16:54
成员加入日期
2018年06月22日 11:31
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2021年12月16日 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.
社区
IntelliJ IDEA Users
Unable to import Arrow core classes after adding Maven dependency
0 票
创建于
2021年12月15日 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:
社区
IntelliJ IDEA Users
Unable to import Arrow core classes after adding Maven dependency
0 票
创建于
2021年12月14日 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.
社区
IntelliJ IDEA Users
Unable to import Arrow core classes after adding Maven dependency
0 票
创建于
2018年06月23日 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...
社区
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 票
创建于
2018年06月22日 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...
社区
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 票
创建于
2018年06月22日 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.
社区
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 票
创建于
2018年06月22日 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...
社区
IntelliJ IDEA Users
cannot find symbol -- integration test class depends on unit test class
0 票