Interface JvmPlatformInfo
-
- 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. abstract StringgetJvmDefaultMode()JVM default mode. -
-
Method Detail
-
getJvmTarget
abstract String getJvmTarget()
JVM target version. Correspond to
-jvm-targetto Kotlin compiler
-
getJvmDefaultMode
abstract String getJvmDefaultMode()
JVM default mode. Correspond to `-Xjvm-default' to Kotlin compiler
-
-
-
-