LoginSignup
2
1

More than 1 year has passed since last update.

【Kotlin】must be locked before it can be used to compute a classpath! と表示されコンパイル出来ない場合の対処法

Last updated at Posted at 2021-08-02

解決方法

gradle.properties内のconfigureondemandをFalseにする
org.gradle.configureondemand=false 
or
Build.gradle.kts→Build.gradleに変更する

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1