equal
  deleted
  inserted
  replaced
  
    
    
     1 import org.jetbrains.kotlin.gradle.dsl.JvmTarget  | 
         | 
     2   | 
         | 
     3 /*  | 
     1 /*  | 
     4  * AboutOss is an utility library to retrieve and display  | 
     2  * AboutOss is an utility library to retrieve and display  | 
     5  * opensource licenses in Android applications.  | 
     3  * opensource licenses in Android applications.  | 
     6  *  | 
     4  *  | 
     7  * Copyright (C) 2023-2025 by Frederic-Charles Barthelery.  | 
     5  * Copyright (C) 2023-2025 by Frederic-Charles Barthelery.  | 
    19  * GNU General Public License for more details.  | 
    17  * GNU General Public License for more details.  | 
    20  *  | 
    18  *  | 
    21  * You should have received a copy of the GNU General Public License  | 
    19  * You should have received a copy of the GNU General Public License  | 
    22  * along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.  | 
    20  * along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.  | 
    23  */  | 
    21  */  | 
         | 
    22 import org.jetbrains.kotlin.gradle.dsl.JvmTarget  | 
         | 
    23   | 
    24 plugins { | 
    24 plugins { | 
    25     id("com.android.library") | 
    25     id("com.android.library") | 
    26     kotlin("multiplatform") | 
    26     kotlin("multiplatform") | 
    27     id("com.geekorum.build.source-license-checker") | 
    27     id("com.geekorum.build.source-license-checker") | 
    28     alias(libs.plugins.kotlinx.serialization)  | 
    28     alias(libs.plugins.kotlinx.serialization)  | 
    29     id("com.geekorum.build.maven-publish") | 
    29     id("com.geekorum.build.maven-publish") | 
         | 
    30     id("com.geekorum.build.dokka") | 
    30 }  | 
    31 }  | 
    31   | 
    32   | 
    32 group = "com.geekorum.aboutoss"  | 
    33 group = "com.geekorum.aboutoss"  | 
    33 version = "0.1.0"  | 
    34 version = "0.1.0"  | 
    34   | 
    35   |