-
- All Implemented Interfaces:
-
com.google.devtools.ksp.processing.PlatformInfo
public interface JvmPlatformInfo implements PlatformInfo
-
-
Method Summary
Modifier and Type Method Description abstract StringgetJvmTarget()JVM target version. -
-
Method Detail
-
getJvmTarget
abstract String getJvmTarget()
JVM target version. Correspond to
-jvm-targetto Kotlin compiler
-
-
-
-