Clean up legacy codes
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 27 Sep 2021 23:40:09 +0000 (08:40 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 28 Oct 2021 10:24:09 +0000 (19:24 +0900)
[Problem] There are unused code
[Solution] Clean up all legacy implementations

Change-Id: I31aff15348154c160eb70c56b797f388a74b7225
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
build.gradle
settings.gradle

index bf4d4b2a2bae3359daa050f6aa5ca9fce7c538b5..d1f62d651714f6ac3be560ad3413c818bf791135 100644 (file)
@@ -1,23 +1,10 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
-    ext {
-        kotlin_version = "1.4.10"
-        kotlinCoroutinesVersion = '1.3.8'
-        grpcVersion = '1.30.2'
-        protobufVersion = '3.12.2'
-        protobufGradleVersion = '0.8.12'
-        nettyVersion = '4.1.51.Final'
-        grpcKotlinVersion = '0.2.1'
-    }
-
     repositories {
         google()
         mavenCentral()
     }
     dependencies {
-
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
-        classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14'
         classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"
         classpath 'com.android.tools.build:gradle:4.2.1'
         // NOTE: Do not place your application dependencies here; they belong
index 4fc86a07b34d9e2e6e5a194d28529faa9f531888..3404813a34d33738320a0050773397fb4e359ef1 100644 (file)
@@ -1,8 +1,5 @@
 rootProject.name = "beyond"
 
-include("beyond")
-include("beyondservice")
-include("nnstreamerlib")
 include("grpc")
 include("libbeyond")
 include("libbeyond-android")