Skip to content

Commit a39cec6

Browse files
committed
updating todo comments
1 parent e2a154c commit a39cec6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ val dependencyUpdateExclusions = listOf(
8080
libs.kotestAssertions.get().name,
8181
// Can't be updated to 7.4.0+ due to Java 8 compatibility
8282
libs.android.gradle.api.get().group,
83-
// TODO 1.9.10 requires korro and docProcessor to update, https://github.com/Kotlin/dataframe/issues/596
84-
libs.plugins.dokka.get().pluginId,
83+
// TODO 0.1.6 breaks ktlint, https://github.com/Kotlin/dataframe/issues/598
84+
libs.plugins.korro.get().pluginId,
8585
// Directly dependent on the Gradle version
8686
"org.gradle.kotlin.kotlin-dsl",
8787
)

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ ktlint = "3.4.5"
99
# make sure to sync manually with :generator module
1010
kotlin = "1.9.22"
1111
kotlinpoet = "1.16.0"
12-
13-
# TODO 1.9.10 requires korro and docProcessor to update
14-
# https://github.com/Kotlin/dataframe/issues/596
1512
dokka = "1.9.10"
1613

1714
libsPublisher = "1.8.10-dev-43"
@@ -20,6 +17,7 @@ libsPublisher = "1.8.10-dev-43"
2017
# dogfood Gradle / KSP plugins in tests and idea-examples modules
2118
dataframe = "0.13.0-dev-2838"
2219

20+
# TODO 0.1.6 breaks ktlint, https://github.com/Kotlin/dataframe/issues/598
2321
korro = "0.1.5"
2422

2523
# TODO Requires more work to be updated to 0.7.0+

0 commit comments

Comments
 (0)