You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e: file:///project/build.gradle.kts:233:26: Cannot access 'configure': it is private in 'ConfigurableStyle'
In 6.23.0 there was a problem with private BaseKotlinConfigure (changed from 6.22.0). In 6.23.2 - BaseKotlinConfigure is public now. But method configure is still private in KtfmtConfig.
After update from 6.22.0 to 6.23.2 can't configure ktfmt style.
Error:
In 6.23.0 there was a problem with private BaseKotlinConfigure (changed from 6.22.0). In 6.23.2 - BaseKotlinConfigure is public now. But method
configure
is still private inKtfmtConfig
.Spotless Gradle version is 6.23.2.
If you are submitting a bug, please include the following:
gradlew spotless[Apply/Check] --stacktrace
The text was updated successfully, but these errors were encountered: