Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 1050 Vote(s) - 3.54 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'kapt.generateStubs' is not used by the 'kotlin-kapt' plugin

#1
I recently updated from Android Studio 2.3 to 3.0, and kotlin `1.1.4` to `1.1.51`.

Now I'm seeing this message in my gradle console:

>'kapt.generateStubs' is not used by the 'kotlin-kapt' plugin

I have this in my `build.gradle` to get my project working with some libraries using annotation processing:

> kapt { generateStubs = true }

Is the `generateStubs` line no longer needed and is it safe to remove? Or is there another action I should take to remove the warning message above?
Reply

#2
You should apply the kotlin-kapt plugin in your build.gradle file and remove the generateStubs = true

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
Reply

#3
It is completely safe to remove `kapt { generateStubs = true }`. It was originally used by `kapt1`, which is deprecated now.

Some docs about kapt:

[To see links please register here]

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through