示例#1
0
 /// <summary>
 /// Returns the package name of the <paramref name="target"/>'s using the 'kotlin' folder as the root.
 /// </summary>
 /// <param name="target"></param>
 /// <returns></returns>
 public static string GetPackageName(this IOutputTarget target)
 {
     return(target.GetPackageName("kotlin"));
 }