Apeaksoft Android Toolkit | Registration Code
return LicenseInfo( key = key, machineId = machineId, expires = expires, features = featureSet )
// Kotlin DSL tasks.register<JavaExec>("validateApeaksoftLicense") group = "verification" description = "Validates the APEAKSOFT Toolkit license."
classpath = configurations["runtimeClasspath"] mainClass.set("com.apeaksoft.toolkit.license.LicenseVerifierMain") // tiny wrapper class apeaksoft android toolkit registration code
// UI Kit (free) set
// 6️⃣ Build the LicenseInfo object val expires = json.getString("expires") val features = json.getJSONArray("features") val featureSet = mutableSetOf<String>() for (i in 0 until features.length()) featureSet.add(features.getString(i)) return LicenseInfo( key = key, machineId = machineId,
dependencies // Core (free) components implementation "com.apeaksoft:android-toolkit-ui:1.4.2"
Create a file apeaksoft_license.properties at the project root (same folder as settings.gradle ). Example content: return LicenseInfo( key = key
./gradlew validateApeaksoftLicense If everything is correct, you’ll see: