Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@3flex
Copy link
Member

@3flex 3flex commented Mar 5, 2020

With Kotlin 1.3.70 it's no longer necessary to use the reflect library for some code that previously required it (e.g. kClass.simpleName).

Fortunately detekt doesn't need this library anymore so it can be removed as a dependency.

@codecov-io
Copy link

Codecov Report

Merging #2405 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2405   +/-   ##
=========================================
  Coverage     82.88%   82.88%           
  Complexity     2147     2147           
=========================================
  Files           353      353           
  Lines          6123     6123           
  Branches       1116     1116           
=========================================
  Hits           5075     5075           
  Misses          475      475           
  Partials        573      573

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cca9459...c5d0462. Read the comment docs.

@arturbosch arturbosch added this to the 1.7.0 milestone Mar 5, 2020
@arturbosch arturbosch merged commit 69a0dda into master Mar 5, 2020
@arturbosch arturbosch deleted the no-reflection branch March 5, 2020 11:07
arturbosch added a commit that referenced this pull request Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants