Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nativeRuntime (0.1 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/attributes/Usage.java

         *
         * @since 4.1
         */
        String NATIVE_LINK = "native-link";
    
        /**
         * The native runtime files of a library, packaged as a shared library.
         *
         * @since 4.1
         */
        String NATIVE_RUNTIME = "native-runtime";
    
        /**
         * The Swift API of a library, packaged as swiftmodule files.
         *
         * @since 4.1
         */
        String SWIFT_API = "swift-api";
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top