Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for negative (0.19 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/AndroidStudioSystemProperties.kt

    import org.gradle.api.tasks.PathSensitivity
    import org.gradle.process.CommandLineArgumentProvider
    
    
    abstract class AndroidStudioInstallation {
        @get:InputFiles
        @get:PathSensitive(PathSensitivity.RELATIVE)
        abstract val studioInstallLocation: DirectoryProperty
    }
    
    
    class AndroidStudioSystemProperties(
        @get:Internal
        val studioInstallation: AndroidStudioInstallation,
        @get:Internal
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Tue Feb 20 09:51:32 GMT 2024
    - 2.9K bytes
    - Viewed (0)
Back to top