kotlin-tooling-metadata.json 601 B

1234567891011121314151617181920212223
  1. {
  2. "schemaVersion": "1.0.0",
  3. "buildSystem": "Gradle",
  4. "buildSystemVersion": "6.7.1",
  5. "buildPlugin": "org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper",
  6. "buildPluginVersion": "1.6.21",
  7. "projectSettings": {
  8. "isHmppEnabled": true,
  9. "isCompatibilityMetadataVariantEnabled": false
  10. },
  11. "projectTargets": [
  12. {
  13. "target": "org.jetbrains.kotlin.gradle.plugin.mpp.KotlinAndroidTarget",
  14. "platformType": "androidJvm",
  15. "extras": {
  16. "android": {
  17. "sourceCompatibility": "1.8",
  18. "targetCompatibility": "1.8"
  19. }
  20. }
  21. }
  22. ]
  23. }