inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

173만명의 커뮤니티!! 함께 토론해봐요.

dependecies 의존성 추가 관련 에러 (cardstackview)

미해결

[초중급편] 안드로이드 데이팅 앱 만들기(Android Kotlin)

CardStackView 구현 강의 수강 중 의존성 관련 에러로 질문드립니다. plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { namespace 'com.example.myapplication' compileSdk 32 defaultConfig { applicationId "com.example.myapplication" minSdk 21 targetSdk 32 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' } } dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' implementation "com.yuyakaido.android:card-stack-view:2.3.4" //implementation("com.yuyakaido.android:card-stack-view:2.3.4") //implementation group: 'com.yuyakaido.android', name: 'card-stack-view', version: '2.3.4' } 여러 방법으로 추가해봤는데 External Libraries에 추가가 안되더라구요. Invalidate Cache & restart도 해보고 IDE 재시작도 해봤는데 여전히 무반응입니다. 혹시 프로젝트를 만들 때, 특별한 설정을 해야하나요? 현재 Empty Activity로 만들어서 진행하고 있습니다.

  • dependencies
  • android
  • 의존성
  • kotlin
  • firebase
댓글 1 좋아요 0 조회수 572

스프링 이니셜라이저의 디펜던시 부분

미해결

실전! 스프링 부트와 JPA 활용1 - 웹 애플리케이션 개발

디펜던시 부분에서 Spring Web Starter 이라는게 검색되지않습니다. 찾던중 Spring Web 이라는 이름의 디펜던시를 찾았는데, 작게쓰인 세부 내용이 같아보입니다. 이걸로 add 해도 괜찮을까요?

  • 디펜던시
  • spring
  • dependencies
  • java
  • 웹앱
  • spring-boot
  • JPA
Jason Lee 댓글 1 좋아요 0 조회수 613

'plugins' cannot be applied to '(groovy.lang.Closure)' 관련 오류

미해결

스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술

안녕하세요. 질문글에서도 저같은 오류는 확인이 안되고, 인터넷에서도 도무지 모르겠어서 여기에 질문 드립니다. build.gradle에서 plugins 안에 id랑 dependencies 안에 implementation이 비활성화 점선줄이 그어져있구 실제로 import등 적용이 되지 않는 것 같아요. (그래서 @Transactional 등의 디비 관련된 애들이 import가 안돼요) java버전은 11이고, gradle버전은 제가 막 설정한 기억은 없는데, distributionUrl = https \: //services.gradle.org/distributions/gradle-7.3.2-bin.zip 으로 나와있습니다. 제발 도움 좀 주세요... 실행이 되지 않아서 진도를 나아갈 수가 없습니다ㅠㅠ

  • groovy
  • gradle
  • spring
  • error
  • MVC
  • spring-boot
  • plugins
  • dependencies
  • java
yong79 댓글 2 좋아요 0 조회수 3276

인기 태그

인프런 TOP Writers

주간 인기글