Marcin Robaczyński
Marcin Robaczyński
@shiik0 hi! Sorry, I am no a longer maintainer of this project - not sure if anyone took over after I left. I would suggest forking this repository on your...
@palpatim Since there were some modifications introduced to the original code - is there any way to at least change the package names of the embedded classes? This should be...
Hey @JLLeitschuh, I have it almost ready, but it seems like it would require updating the whole project (and samples) to Kotlin 1.6.21 and then it will not be backward-compatible...
@JLLeitschuh unfortunately not, because they have also changed `ReporterProvider` signature to `ReporterProvider`
> Is there any way to write this change so that it is backwards compatible via reflection? @JLLeitschuh If the only breaking change was removal of `Params` class then sure,...
Small update - still working on this as I managed to get tests to run, but at least half of them fail with: ``` Could not initialize class org.jetbrains.kotlin.gradle.plugin.KotlinGradleBuildServices java.lang.NoClassDefFoundError:...
Added some more changes, some of them taken directly from @fthouraud's PR (https://github.com/JLLeitschuh/ktlint-gradle/pull/595). UserData has been replaced with EditorConfigOverride. Had to remove some of the test cases as they are...
@JLLeitschuh yeah, #597 covers some of the changes here - let me close this one. I think that migration to 0.46.0 will still require a breaking changes, though (I'll give...
Hey @jossiwolf - it seems that `v0.28.1` has not been released yet - wanted to ask if this is expected
For anyone interested - this has been fixed in `0.29.0-alpha` instead of `0.28.1`.