We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e0297 commit 20e389dCopy full SHA for 20e389d
buildSrc/src/main/kotlin/Versions.kt
@@ -1,15 +1,5 @@
1
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
2
object Versions {
3
-
4
- object Plugins {
5
- const val kotlin = "1.9.10"
6
- const val kotlinSerialization = kotlin
7
- const val kotlinAllOpen = kotlin
8
- const val avro = "1.8.0"
9
- const val gradle = "8.3"
10
- }
11
12
13
const val project = "0.4.2-SNAPSHOT"
14
15
const val java = 11
0 commit comments