Anatolii Afanasev
Anatolii Afanasev
```kotlin data class Entity(@JsonAdapter(CustomAdapter:class) val id: Int) ```
```kotlin data class NamingTestImpl( @Secret val UpperCaseName: String, @Secret override val UpperCaseNameInterface: String, @Secret val snake_case: String, @Secret override val snake_caseInterface: String, @Secret val justBoolean: Boolean, @Secret override val justBooleanInterface:...
It would also be nice to update Kotlin to the newest version. IntelliJ IDE fails to build the project with the newest version of the kotlin plugin _Originally posted by...
## Problem Since danger-jacoco searches classes in jacoco reports by a **filename** from `git diff` it cannot find nested classes, f.ex: Code: ```java package sample; class A { class B...