Platform

class Platform(val folder: File, pluginName: String)

Wrapper class with a file instance pointing to the kmp sub-module in root/platform.

Constructors

Link copied to clipboard
constructor(folder: File, pluginName: String)

Properties

Link copied to clipboard

path to the Platform folder.

Functions

Link copied to clipboard
fun podspec(): File

Function to return the location of the podspec in the platform sub-module.

Link copied to clipboard
fun source(): File

Function to return the location of the src module containing the common/shared platform code.