🚀Kotlin Multiplatform
👀 Understanding the Project Layout
[YourProjectName]/
├───build.gradle.kts
├───settings.gradle.kts <-- Step 1: Add Dependency Repositories
├───gradle.properties
├───gradle/
│ └───libs.versions.toml
├───composeApp/
│ ├───build.gradle.kts <-- Step 1: Add Dependencies & Obfuscation
│ └───src/
│ ├───commonMain/
│ │ └───kotlin/ <-- Step 3: Create SecurityManager.kt
│ ├───androidMain/
│ │ ├───kotlin/
│ │ └───AndroidManifest.xml <-- Step 2: Add Android Permissions
│ └───iosMain/
│ └───kotlin/
└───iosApp/
├───iosApp.xcodeproj/ <-- Step 2: Link Frameworks in Xcode
├───iosApp/
│ ├───ContentView.swift
│ └───iOSApp.swift
├───TalsecBridge.xcframework/ <-- Step 2: Native iOS dependency
└───TalsecRuntime.xcframework/ <-- Step 2: Native iOS dependency📝 Prerequisites
🚀 Integration Steps
🌁 How to Enable Source Code Obfuscation
☢️ Optional Module: freeMalwareDetection
🖥️ Check Talsec Portal
Last updated





