Dmytro Zaitsev
Dmytro Zaitsev
Hi, @rils, thanks for your comment! > how to have concentric cicles ? You need to set `chartView.setCirclesOnly(true)` in code or `app:circlesOnly="true"` in xml and then set the `axisTick` value...
Thanks, @fe7. I'm on vacation now, but I'll add this ability soon. Stay on track.
Hi @windaddict10 ! Thank you for the comment. Your question is very interesting. Actually, I can't remember I have ever needed to click on charts, therefore the library doesn't support...
The project uses the old version of ButterKnife (5.1.+) which doesn't have the `unbind(unbinder)` method. So, @npace, the answer is no. :) But I believe, used libraries should be updated...
Yes, I have. I see on Maven that all spek modules have the latest version 2.0.16 except spek-runtime which is 2.0.0.
My declared dependencies. ``` val spekVersion = "2.0.15" testImplementation("org.spekframework.spek2:spek-dsl-jvm:$spekVersion") testImplementation("org.spekframework.spek2:spek-runner-junit5:$spekVersion") ``` Works perfectly until the change to 2.0.16
Unfortunately, no, sorry. But maybe you'll find helpful this output from ```$ ./gradlew app:dependencies``` ``` +--- org.spekframework.spek2:spek-runner-junit5:2.0.16 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61 -> 1.4.31 (*) | +--- spek:spek-runtime:2.0.16 FAILED | \--- org.junit.platform:junit-platform-engine:1.6.0...
Btw, for 2.0.15 you're right, it depends on `spek-runtime-jvm` ``` +--- org.spekframework.spek2:spek-runner-junit5:2.0.15 | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61 -> 1.4.31 (*) | +--- org.spekframework.spek2:spek-runtime-jvm:2.0.15 | | +--- org.spekframework.spek2:spek-dsl-jvm:2.0.15 (*) | | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.61...
I use Gradle v7.0-rc-2
@raniejade that's true about canaries, you're right! Wherein, I'm not reporting the issue related to the canary build. The plugin does not support 2022.2.1 at all. Moreover, I tried to...