INNER CODE UNIT · Kotlin

apply

skydoves/chatgpt-android · build-logic/convention/src/main/kotlin/AndroidApplicationComposeConventionPlugin.kt:8

  override fun apply(target: Project) {
    with(target) {
      pluginManager.apply("com.android.application")
      val extension = extensions.getByType<BaseAppModuleExtension>()
      configureAndroidCompose(extension)
    }
  }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…