1234567891011121314151617181920212223 |
- {
- "schemaVersion": "1.0.0",
- "buildSystem": "Gradle",
- "buildSystemVersion": "6.7.1",
- "buildPlugin": "org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper",
- "buildPluginVersion": "1.6.21",
- "projectSettings": {
- "isHmppEnabled": true,
- "isCompatibilityMetadataVariantEnabled": false
- },
- "projectTargets": [
- {
- "target": "org.jetbrains.kotlin.gradle.plugin.mpp.KotlinAndroidTarget",
- "platformType": "androidJvm",
- "extras": {
- "android": {
- "sourceCompatibility": "1.8",
- "targetCompatibility": "1.8"
- }
- }
- }
- ]
- }
|