https://kotlinlang.org logo
t

tapac

04/25/2021, 7:44 PM
Expose 0.31.1 released with TIME column support (java-time only), inList on Pairs and Triples, few fixes, and performance improvement. Check change log for details.
👏 5
b

BorzdeG

04/25/2021, 10:37 PM
Why did you use kotliner? why not detekt?
t

tapac

04/26/2021, 8:07 AM
It was a PR from @Joel, you may ask him. I don't have any prefered linters.
j

Joel

04/26/2021, 1:32 PM
@BorzdeG responded on GitHub - I've used kotlinter and ktlint-gradle to integrate ktlint into gradle. kotlinter has worked well for me in the past and it's simple to configure. Otherwise no preference from me either.
b

BorzdeG

06/15/2021, 5:27 PM
Replaced with Detekt and got rid of Wildcard imports… https://github.com/JetBrains/Exposed/pull/1266
2 Views