Searched refs:localSdkDir (Results 1 – 1 of 1) sorted by relevance
34 val localSdkDir = localProps["sdk.dir"]?.toString() in Project() constant35 if (localSdkDir != null) { in Project()36 val sdkDirectory = File(localSdkDir) in Project()