com.tschuchort.compiletesting.BuildConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Kotlin Compile Testing (Core)
The newest version!
package com.tschuchort.compiletesting
import kotlin.String
public object BuildConfig {
public const val KOTLIN_VERSION: String = "2.1.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy