Searched refs:AppFunctionCompilerOptions (Results 1 – 3 of 3) sorted by relevance
22 class AppFunctionCompilerOptions class30 fun from(options: Map<String, String>): AppFunctionCompilerOptions { in from()31 return AppFunctionCompilerOptions( in from()
88 val options = AppFunctionCompilerOptions.from(environment.options) in create()
20 import androidx.appfunctions.compiler.AppFunctionCompilerOptions51 private val options: AppFunctionCompilerOptions,